Container
A simple container to center your content horizontally.
To use a Bulma Container component in your application, you need to import the BulmaContainerModule
by adding the following lines to your app.module.ts
file.
Basic
To display the Container component in your Angular application, add the buContainer
directive to a <div>
tag.
Directive | Description | ||||
---|---|---|---|---|---|
buContainer |
For initializing Container in your HTML |
Property | Description |
---|---|
type |
Depending on the breakpoints of the screen you can set the value to fluid , widescreen or fullhd |
Default container
This container is centered on desktop.
Fluid container
This container is fluid: it will have a 32px gap on either side, on any viewport size.
Breakpoint containers
This container is fullwidth until the
$widescreen
breakpoint. This container is fullwidth until the
$fullhd
breakpoint.