This code was written for a talk at the Sydney AltNet Meetup; Building a web component library in an hour in September, 2021
The recording of the session is on YouTube.
The library is built with
- React
- TypeScript
- Vite
- Storybook
- Styled Components
- Tailwind CSS
- 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!