GitHub

Container

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

Components

DaffContainerComponent

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

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

Inputs

size
DaffButtonSize
Default
Description

The size of the component.


Modules

DaffContainerModule

Deprecated

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

@NgModule()
class DaffContainerModule {}