More Premium Hugo Themes Premium React Themes

Rimble UI

React components that implement Rimble's Design System.

Rimble UI

React components that implement Rimble's Design System.

Author Avatar Theme by consensysmesh
Github Stars Github Stars: 458
Last Commit Last Commit: Mar 26, 2020 -
First Commit Created: May 5, 2023 -
Rimble UI screenshot

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:

  1. Add Rimble UI as a dependency in your project using NPM:
npm install rimble-ui
  1. Import the required components in your code:
import { Button, Input, Select } from 'rimble-ui';
  1. 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.