Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

ContainerType

Mika Berglund edited this page Jan 4, 2020 · 1 revision

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 the SM breakpoint and turnes to FixedWidth above.
  • MD - Fluid at or below the MD breakpoint and turnes to FixedWidth above.
  • LG - Fluid at or below the LG breakpoint and turnes to FixedWidth above.
  • XL - Fluid at or below the XL breakpoint and turnes to FixedWidth above.

Clone this wiki locally