Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Name | Description | Default |
---|---|---|
size | Size of the headline "lg" | "md" | "sm" | "xl" | "xs" | "'lg'" |
breakpoint | Screen width at or above which the headline takes on a larger font size.
Should be an em, rem, or px value. string | "theme.screens.md" |
allCaps | Whether the headline should be in all caps. bool | "true" |
color | Color of the headline 'inherit' | ...Object.keys(theme.colors) | "'inherit'" |
children* | Child text or elements node | - |
as* | HTML tag name or React element. Union<string | element> | - |
Note that the font size for the XL and LG headlines changes depending between mobile and tablet breakpoints.