Component library starter
This code was written for a talk at the Sydney AltNet Meetup; Building a web component library in an hour in September, 2021
Details
The library is built with
- React
- TypeScript
- Vite
- Storybook
- Styled Components
- Tailwind CSS
Get Started
- Clone the repo (duh!)
- Run
yarnornpmto install all the dependencies - Use
yarn storybookto start storybook - Use
yarn buildto create a release build in thedistfolder
Enjoy!