Container is a basic structural element that restricts page content to a specific maximum width.
import { DaffContainerComponent } from '@daffodil/design/container'
@Component()
class DaffContainerComponent {}
import { DaffContainerModule } from '@daffodil/design/container'
@NgModule()
class DaffContainerModule {}