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.
A primitive text component matching Orbit typography type scale.
import { Text } from "@sharegate/orbit-ui";
Use this component if more specific Orbit typographic components like span or paragraph doesn't meet your needs.
You can alter the size of the text by specifying a size
prop. The available sizes match Orbit typography type scale (a type scale is a set of font-size and line-height pairs).
import { Text } from "@sharegate/orbit-ui";
Name | Description | Default |
---|---|---|
size | A text can vary in size. "xs" | "sm" | "md" | "lg" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl" | ResponsiveValue<"xs" | "sm" | "md" | "lg" | "xl" | "inherit" | "2xl" | "3xl" | "4xl" | "5xl"> | - |
slot | Slot to render into. string | - |