@beydesign/storybook
v0.1.12
Published
[](https://github.com/Beyond-Presence/bey-design-system/actions/workflows/lint.yml) [ used across the components. Make sure to install and configure it first.
After installing the tokens package, you will need to install the figtree font. Link to the font is provided in the Links section.
Usage
- Import the components you need:
import {
MainButton,
ButtonHierarchy,
ButtonShape,
ButtonSize,
} from '@beydesign/storybook';
function App() {
return (
<MainButton
size={ButtonSize.lg}
shape={ButtonShape.Square}
onClick={rejoin}
disabled={buttonsDisabled}
hierarchy={ButtonHierarchy.Primary}
showLeadingIcon={false}
showTrailingIcon={false}
text="Rejoin"
/>
);
}Development
To run the Storybook development environment locally:
npm install
npm run storybookLinks
Support
For issues and feature requests, please use our GitHub issues page.
