ContainerType - MikaBerglund/Blazor-Bootstrap GitHub Wiki
ContainerType Enumeration
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 theSM
breakpoint and turnes to FixedWidth above.MD
- Fluid at or below theMD
breakpoint and turnes to FixedWidth above.LG
- Fluid at or below theLG
breakpoint and turnes to FixedWidth above.XL
- Fluid at or below theXL
breakpoint and turnes to FixedWidth above.