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.

CrossButton

A button with a cross icon to handle use cases like clearing a value or closing overlay components.

usage
import { CrossButton } from @sharegate/orbit-ui
sources
Github

Usage

Default

Editable example

Disabled

Editable example

Size

A cross button can vary in size.

Editable example

API

CrossButton

usage
import { CrossButton } from @sharegate/orbit-ui
NameDescriptionDefault
autoFocus
Whether or not the button should autoFocus on render.
numberfalsetrue
-
inherit
Whether or not the button should inherit it's parent style.
falsetrue
-
size
A button can vary in size.
"xs" | "sm" | "md" | "2xs" | ResponsiveValue<"xs" | "sm" | "md" | "2xs">
-