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.

Box

A box is a general purpose component that can be used to compose new components, use the slot system or render style props.

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

Usage

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.

Default

A default box.

Enjoy space like never before.
Editable example

API

usage
import { Box } from "@sharegate/orbit-ui";
NameDescriptionDefault
slot
Slot to render into.
string
-