react-rainbow icon indicating copy to clipboard operation
react-rainbow copied to clipboard

🌈 React Rainbow Components. Build your web application in a snap.

Results 121 react-rainbow issues
Sort by recently updated
recently updated
newest added

## Specs ### Unit Tests - #### presenceMap.a11y.spec - [ ] should be accessible - #### getMapContainerStyles.spec - [ ] should return null if a ref is not passed -...

Research

- steps for using the library - steps for using the more complex components

#### Description: instead of binding manually all methods in constructor like: `this.handleScrollDownArrowHover = this.handleScrollDownArrowHover.bind(this); this.handleScrollUpArrowHover = this.handleScrollUpArrowHover.bind(this); ` we can: `bind({ methods: [ 'handleScrollDownArrowHover', 'handleScrollUpArrowHover', ], to: this, }); `

- [x] This component does not currently exist in the library. - [x] I have searched the [issues](https://github.com/nexxtway/react-rainbow/issues) of this repository and believe that this is not a duplicate. ##...

new component