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

React UI is a themeable and performant UI library for React apps.

Results 103 react-ui issues
Sort by recently updated
recently updated
newest added

Not all generated custom properties are actually used by all components. Focus on: `$themeable-feedback-variant-states` `$themeable-state-properties` Example: ![image](https://user-images.githubusercontent.com/5614085/109299098-d9a47b80-7834-11eb-98d8-dbec23095983.png) All properties are defined but only two are actually used.

refactoring
performance

All responsive (?): - `justify-content` - `justify-items` - `align-content` - `align-items`

feature

Manual fallbacks sort of work but we cannot achieve the same results for all use cases as with the real `subgrid`. - Search all occurrences of `subgrid`. Pay special attention...

refactoring

Allow to organise form fields into visually separated groups with options headings.

feature
proposal

## Outline Select Fields flickering in FF/macOS ![selects-ff](https://user-images.githubusercontent.com/5614085/84068202-e6dcba00-a9c8-11ea-8654-e04353cd489d.gif) ## Color of optional Select Field divider doesn't match variants on hover (all browsers) ## Select Field borders too thin/disappearing in FF...

bug

See https://github.com/react-ui-org/react-ui/community: ![image](https://user-images.githubusercontent.com/5614085/82928657-c5b8aa00-9f82-11ea-8e51-8d59c61c988c.png) Help on GitHub: https://help.github.com/en/github/building-a-strong-community/about-community-profiles-for-public-repositories

maintenance

The `release-drafter/release-drafter` action still has its place in our workflow as long as it provides PR grouping (which the GH release notes generator cannot do). However, the `EndBug/version-check` action can...

maintenance

**This is work-in-progress pull request!** ~~I've replaced `jsdom` with `happy-dom` testing environment and with little changes _(typically because of use of incorrect jest functions )_ and `Modal` tests with ``...

BC