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 button with a cross icon to handle use cases like clearing a value or closing overlay components.
import { CrossButton } from @sharegate/orbit-ui
A cross button can vary in size.
import { CrossButton } from @sharegate/orbit-ui
Name | Description | Default |
---|---|---|
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"> | - |