tincture.paper

Paper

(Paper {:keys [class id elevation square component on-click style], :or {square false, component :div, elevation 2, on-click (fn* [] ())}})

Paper component, made to resemble a flat sheet of paper that acts as a container.

Properties

Paper takes a map of properties:

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

  • :id. Pred string?. Default nil. ID string to be applied to the paper component.

  • :elevation. Pred #{0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24}. Default 2. The depth of the box-shadow applied to paper. Higher numbers makes the effect more pronounced.

  • :square. Pred boolean?. Default false. If border-radius should be applied, making the corners more rounded.

  • :component. Pred (or string? fn? keyword?). Default :div. The component used for the root node.

paper

deprecated in 0.3.0