rimble-ui icon indicating copy to clipboard operation
rimble-ui copied to clipboard

React components that implement Rimble's Design System.

Results 76 rimble-ui issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The ETH address component contains a lot of hard-coded content. **Describe the solution you'd like** We should make any text...

enhancement

**Is your feature request related to a problem? Please describe.** The slider component doesn't seem to provide a way to respond to it's movements. **Describe the solution you'd like** It...

**Describe the bug** `Textarea` component creates `` element instead of `` **To Reproduce** Using following example code from https://rimble.consensys.design/components/rimble-ui/Textarea `````` the resulting HTML is: `````` **Expected behavior** It should be...

**Describe the bug** Sometimes Tooltip component enabled when mouse in outside area. But when mouse hovered to tooltip element it is disabled. **To Reproduce** Steps to reproduce the behavior: 1....

**Is your feature request related to a problem? Please describe.** https://rimble.consensys.design/components/rimble-ui/EthAddress table of contents. Need to make layout like text bigger and strong. This means this one is a new...

Refactor to use the React portals (done). Some functionality that could be added which would be helpful. - option to close modal when clicked outside modal Look at other examples...

Goal is to reconsider the arcitecture of the tooltip for 1.0. Wrapping an element and adding a ref, then adding a relatively positioned tooltip to that. Another option is to...

**Describe the bug** react seems to think that it is changing the state of a component that it has already unmounted not sure if i as the user of the...

There should not be a dependence on importing all icons into rimble-ui. The current Icon component imports `import * as RimbleIcons from @rimble/icons` all icons or `import Icon from "../Icon"`...

- [x] Icons should accept a size prop - [x] Icons should accept a color prop - [x] Should have a default color for crypto icons (whatever default color is)...

enhancement