This repository was archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
ContainerType
Mika Berglund edited this page Jan 4, 2020
·
1 revision
The ContainerType enumeration is used to specify the behaviour of the Container component. It defines the following values.
-
FixedWidth- The maximum width of the container is fixed, and changes with the screen width. -
Fluid- The container is a fluid container whose width is always 100%. -
SM- Fluid at or below theSMbreakpoint and turnes to FixedWidth above. -
MD- Fluid at or below theMDbreakpoint and turnes to FixedWidth above. -
LG- Fluid at or below theLGbreakpoint and turnes to FixedWidth above. -
XL- Fluid at or below theXLbreakpoint and turnes to FixedWidth above.
- Home
- Design Principles
- Getting Started
- Components
- Layout Components
- Generic Elements
- Layout Utilities
- Releases