eyebrow
|
Eyebrow text component
|
object
|
—
|
-
@bolt-components-headline/headline.schema.yml > Object details
-
text
Renderable text content of the headline.
Type: string, object, array
-
tag
Html tag.
Type: string
-
h1 , h2 , h3 , h4 , h5 , h6 , p , span , cite , div
-
align
Text alignment.
Type: string
-
weight
Font weights.
Type: string
-
light , bold , regular , semibold
-
style
Font styles.
Type: string
-
size
Font size.
Type: string
-
xxsmall , xsmall , small , medium , large , xlarge , xxlarge , xxxlarge
-
autoshrink
Automatically shrink the font size used in the xxxlarge headline size when 60 or more characters are used.
Type: boolean
-
transform
Text transformation.
Type: string
-
uppercase , lowercase , capitalize
-
url
If provided, turns headline into a link to given url.
Type: string
-
icon
Bolt icon. Accepts either 1) an icon name as a string 2) an icon object as expected by @bolt-components-icon or 3) the string "none" to explicitly remove default icons
Type:
-
quoted
Adds quoted styling to text.
Type: boolean
-
numberText
Text that displays in a small circle to the left of the main Headline text. Providing content will trigger the bullet to appear.
Type: string, number
-
numberColor
The optional background color of the Headline bullet. Uses inherited theme colors if unspecified.
Type: string
-
teal , indigo , orange , purple
|