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 box is a general purpose component that can be used to compose new components, use the slot system or render style props.
import { Box } from "@sharegate/orbit-ui";
The box component is a base components extended by Orbit HTML element components. It's made available as a foundation component but shouldn't be used in mose cases. Instead, use one of Orbit HTML element components like a div component.
A default box.
import { Box } from "@sharegate/orbit-ui";
Name | Description | Default |
---|---|---|
slot | Slot to render into. string | - |