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

Entire rimble-ui library is now tree-shakeable. Icons are separated to a new repo. Before: (rimble-ui + dependencies size ~1.89MB) ![image](https://user-images.githubusercontent.com/797290/71600102-cdc30980-2b0a-11ea-9199-cf825f17f687.png) After: (rimble-ui + dependencies size ~300KB) ![image](https://user-images.githubusercontent.com/797290/71600108-d7e50800-2b0a-11ea-81b8-c746fe3b8cbc.png) Fixes #436

enhancement

i cant access the website https://rimble.consensys.design/ where is a proper documentation?

**Is your feature request related to a problem? Please describe.** Rimble-UI currently cannot be utilized in react-native projects **Describe the solution you'd like** React Native support for Rimble-UI

**Describe the bug** Using rimble-ui within nextjs project gives this warning: Warning: Prop `className` did not match. Server: "sc-gsDJrp sc-lgkoQy sc-hIfwMU ctiSSV hJYniQ hUBFOd" Client: "Box__StyledBox-ha1bw0-0 BaseButton__StyledButton-sc-1o9z2ni-0 SolidButton__StyledSolidButton-goy2oa-0 hEwKXO jjNsaJ...

**Describe the bug** The ArrowDownward Material icon has a bug where the color cannot be changed using inline-css. **To Reproduce** Steps to reproduce the behavior: Just declaring the icon ""...

As an Open Source project, we @unlock-protocol believe Rimble should have a `FUNDING.yml` file which lets people make donations if they use the software. This pull requests adds donations thru...

question
needs discussion

Typescript is a common tool to help make javascript code typesafe. Typescripts ability to do this improves the better the type definitions of the libraries it uses are. TypeScript definitions...

enhancement
research

**Describe the bug** The component produces a normal text input field with the dropdown svg attached. **To Reproduce** Create a simple form with the Select element. **Expected behavior** A dropdown...

Build out a demo app that allows for testing theming. (in progress) - how to add more/all rimble components? Apply different themes. - how to make more themes? - Do...