Are we missing any of your favorite features, which you think you can add to it? We invite you to contribute to this project and improve it further.
- Clone and Setup the repository by following the steps mentioned here.
- All the usermade components should be made under
src/lib-components
. - Preferably use TypeScript but JavaScript is also accepted.
- When a component is made, export it from
index.ts
.
- If you want to view how your component looks, goto
example/serve.ts
and add a route for your component.
yarn serve
This project exists thanks to all the people who contribute.
Please note that Open Source Design has a Contributor Code of Conduct. By participating in this project online or at events you agree to abide by its terms.