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.

Button

You know... for clicking things.

Example

Currently available props for Button is just limited to size at the moment but more planned.

Usage

import { Button } from "ui-neu"

<Button size="small">Submit</Button>

Props

NameDescriptionDefault
children
Pass children to label the button.
string
-
size
Choose a size.
"small" | "large"
"small"