Here you will find a list of reusable React components used in most of Onevn products. Onevn UI's component library can be found on Storybook.
❗Important: We are still hacking a lot on this project, and therefore don't recommend that anyone use it yet. It's free to try and use at your own risk but bear in mind that components and APIs are very likely to change without notice.
$ npm install
npm run storybook-start
We use Jest for testing. Playground is available under the stories/
folder.
npm run test-unit
This project is licensed under the MPL-2.0.