Liking cljdoc? Tell your friends :D

tincture.container

Simple container component

Simple container component
raw docstring

Containercljs

(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 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
sourceraw docstring

containercljsdeprecated

source

container-fluidcljsdeprecated

source

ContainerFluidcljs

(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.
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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close