-
Notifications
You must be signed in to change notification settings - Fork 7
Container
Mika Berglund edited this page Mar 1, 2020
·
3 revisions
The Container component is the foundation for many layout configurations in Bootstrap.
Container : BootstrapComponentBase
| Name | Type | Description |
|---|---|---|
| Type | ContainerType | The type of container. |
The following components are typically used with the Container component.
Code samples for different kinds of containers in Bootstrap. See ContainerType for details on different types.
Shows you how to create the two basic containers.
<Container>Fixed Width (default)</Container>
<Container Type="ContainerType.FixedWidth">Fixed Width</Container>
<Container Type="ContainerType.Fluid">Fluid</Container>Bootstrap also support responsive containers.
<Container Type="ContainerType.SM">SM</Container>
<Container Type="ContainerType.MD">MD</Container>
<Container Type="ContainerType.LG">LG</Container>
<Container Type="ContainerType.XL">XL</Container>- Home
- Design Principles
- Getting Started
- Components
- Content
- Layout Components
- Generic Elements
- Utilities
- Releases