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