Risedle UI is a reusable React.js component library that help us work together to build a great experience for all of our users.
Live demo is available at https://ui.risedle.com
Risedle UI goals are:
- Create reusable UI components to accelerate frontend development.
- Create UI consistency for all components within Risedle.
Warning This library is still WIP. We are actively working on it. Our goal is to have an easy to use UI system. This includes an exhaustive documentation, improved DX, confidence in testing and a lot of refactoring to have consistency across our components.
# npm
npm install --save-exact @risedle/ui@latest
# pnpm
pnpm add --save-exact @risedle/ui@latest
See documentation.
Use the following command to run storybook:
pnpm storybook:start