Overview:
Rimble UI is a react component library from the ConsenSys Design team. It aims to provide adaptable components and design standards for decentralized applications (dApps) with the goal of enhancing the user experience. Although the project is in its initial development stage and is not yet stable, it has been made public to gather feedback from the dApp community. The team is actively working on adding new components and has plans to share more information about the roadmap in the near future.
Features:
- Export ES6 modules for tree shaking
- Added default props for Heading component
- Added crypto icons under the Icon component
- Fixed various bugs related to component props and styling
- Updated components to styled-system v5
- Added BaseStyles component
- Adjusted styling and enhanced accessibility for various components
- Upgraded to storybook app and reorganized component testing app
Installation:
To install Rimble UI, you can follow these steps:
- Add Rimble UI as a dependency in your project using NPM:
npm install rimble-ui
- Import the required components in your code:
import { Button, Input, Select } from 'rimble-ui';
- Start using the Rimble UI components in your project.
Summary:
Rimble UI is a react component library that provides adaptable components and design standards for decentralized applications. It is currently in the initial development stage and actively seeking feedback from the dApp community. The library offers features like exportable ES6 modules, bug fixes, new components, and improved styling. It aims to enhance the user experience of building and using dApps.