tincture.container

Simple container component

Container

(Container {:keys [class]})

Container component that scales with viewport by setting width and auto margins.

Properties

  • :class. Pred string?. Default nil. Classname string to be applied to the container component

container

deprecated in 0.3.0

container-fluid

deprecated in 0.3.0

ContainerFluid

(ContainerFluid {:keys [class style]})

Container component that stays the width of the viewport, width a sensible padding applied to both sides.

Properties

ContainerFluid takes a map of properties:

  • :class. Pred string?. Default nil. Classname string to be applied to container component.