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.
An illustration compose an image with a background color. Use an illustration as an hero in a modal.
import { Illustration } from "@sharegate/orbit-ui";
An illustration renders horizontally by default.
An illustration can render vertically.
An illustration can have a rounded
shape.
import { Illustration } from "@sharegate/orbit-ui";
"image"
Name | Description | Default |
---|---|---|
children* | React children. string | number | false | true | ReactElement<any, string | JSXElementConstructor<any>> | ReactFragment | ReactPortal | - |
orientation | The orientation of the illustration. "horizontal" | "vertical" | ResponsiveValue<"horizontal" | "vertical"> | horizontal |
shape | The illustration shape. "rounded""straight" | "straight" |
slot | Slot to render into. string | - |