🚧 Under Construction 🚧
- Install the package with
yarn add @kleros/ui-components-library
ornpm install @kleros/ui-components-library
- Create a theme file where you destructure
lightTheme
ordarkTheme
(or both) in your theme object to provide the correct colors to the components. - Provide the theme with styled-components
ThemeProvider
.