GitHub

Container

Container is a basic structural element that restricts page content to a specific maximum width.

Components

import { DaffContainerComponent } from '@daffodil/design/container'

@Component()
class DaffContainerComponent {
  @Input() size: T
}

Inputs

size
T
Default
Description

The size of the component.

Options are: xs, sm, md, lg, and xl.


Modules

import { DaffContainerModule } from '@daffodil/design/container'

@NgModule()
class DaffContainerModule {}