Container is a basic structural element that restricts page content to a specific maximum width.
import { DaffContainerComponent } from '@daffodil/design/container'
@Component()
class DaffContainerComponent {
@Input() size: T
}
T
Default | – |
---|---|
Description | The size of the component. Options are: |
import { DaffContainerModule } from '@daffodil/design/container'
@NgModule()
class DaffContainerModule {}