No Preview

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.

Paragraph

A paragraph is used to render blocks of text.

usage
import { Paragraph } from "@sharegate/orbit-ui";
sources
Github

Usage

Size

You can alter the size of the paragraph by specifying a size prop.

If two pieces of the same type of metal touch in space they will permanently bond.

If two pieces of the same type of metal touch in space they will permanently bond.

Editable example

API

usage
import { Paragraph } from "@sharegate/orbit-ui";
NameDescriptionDefault
children*
React children
string | number | false | true | ReactElement<any, string | JSXElementConstructor<any>> | ReactFragment | ReactPortal
-
size
A paragraph can vary in size.
"xs" | "sm" | "md" | "lg" | "xl" | "inherit" | "2xl" | ResponsiveValue<"xs" | "sm" | "md" | "lg" | "xl" | "inherit" | "2xl">
-