At this time of phase we only have plain html & javascript components. Later we'll move 'em to modern frontend framework components.
- Clone the repo and do yarn install.
- Run testing in src/index.html.
- Also, run the tailwind compiler wit
yarn dev
. - Start the
index.html
with vscode live server. - After you're done with your component create a
<file>/index.md
in src/docs and paste in the code and some description about your component. Also, add a demo image of that component. - Finally, pull request to the main branch and update your code accordingly.
- If you have custom css for the component then also paste the css code inside the index.md file. Without the css code the component will be different.
Thanks for contributing