limestone/Heading
Limestone styled labeled Heading components and behaviors
Loading Live Preview
Loading Live Preview
Members
Section titled “Members ”Heading Component
Section titled “Heading   Component ”A labeled Heading component, ready to use in Limestone applications.
Heading may be used as a header to group related components.
Usage:
<Heading
spacing="medium"
>
Related Settings
</Heading>
<CheckboxItem>A Setting</CheckboxItem>
<CheckboxItem>A Second Setting</CheckboxItem> Extends:
limestone/Headinglimestone/Heading.HeadingBase
Wrapped with:
limestone/Headinglimestone/Heading.HeadingDecorator
Properties
Marquee animation trigger.
Allowed values include:
'hover'- Marquee begins when the pointer enters the component'render'- Marquee begins when the component is rendered
HeadingBase Component
Section titled “HeadingBase   Component ”A labeled Heading component.
This component is most often not used directly but may be composed within another component as it is within limestone/Headinglimestone/Heading.Heading.
Properties
Customizes the component by mapping the supplied collection of CSS class names to the corresponding internal elements and states of this component.
The following classes are supported:
heading- The root component classtitle- Applied whensizeis set to "title"subtitle- Applied whensizeis set to "subtitle"large- Applied whensizeis set to "large"medium- Applied whensizeis set to "medium"small- Applied whensizeis set to "small"tiny- Applied whensizeis set to "tiny"largeSpacing- Applied whenspacingis set to "large"mediumSpacing- Applied whenspacingis set to "medium"smallSpacing- Applied whenspacingis set to "small"noneSpacing- Applied whenspacingis set to "none"
showLine
Section titled “showLine”Adds a horizontal-rule (line) under the component
Set the size of the component.
If the spacing prop is not set (defaulting to "auto"), these values automatically set
the spacing to the correlated names.
The size of the spacing around the Heading.
Allowed values include:
'auto'- Value is based on thesizeprop for automatic usage.'large'- Specifically assign the'large'spacing.'medium'- Specifically assign the'medium'spacing.'small'- Specifically assign the'small'spacing.'none'- No spacing at all. Neighboring elements will directly touch the Heading.
HeadingDecorator Higher-Order Component
Section titled “HeadingDecorator   Higher-Order Component ”Applies Limestone specific behaviors to limestone/Headinglimestone/Heading.HeadingBase.
Includes:
limestone/Marqueelimestone/Marquee.MarqueeDecorator
Includes:
limestone/Skinnablelimestone/Skinnable.Skinnable