Container
Container is a basic structural element that restricts page content to a specific maximum width.
DaffContainerComponent
import { DaffContainerComponent } from '@daffodil/design/container'
@Component()
class DaffContainerComponent {}
Selector:
'daff-container'
DaffContainerModule
import { DaffContainerModule } from '@daffodil/design/container'
@NgModule()
class DaffContainerModule {}
DAFF_CONTAINER_COMPONENTS
import { DAFF_CONTAINER_COMPONENTS } from '@daffodil/design/container'
const DAFF_CONTAINER_COMPONENTS: readonly [typeof DaffContainerComponent]