react-ui
react-ui copied to clipboard
React UI is a themeable and performant UI library for React apps.
Not all generated custom properties are actually used by all components. Focus on: `$themeable-feedback-variant-states` `$themeable-state-properties` Example:  All properties are defined but only two are actually used.
All responsive (?): - `justify-content` - `justify-items` - `align-content` - `align-items`
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...
Allow to organise form fields into visually separated groups with options headings.
## Outline Select Fields flickering in FF/macOS  ## Color of optional Select Field divider doesn't match variants on hover (all browsers) ## Select Field borders too thin/disappearing in FF...
See https://github.com/react-ui-org/react-ui/community:  Help on GitHub: https://help.github.com/en/github/building-a-strong-community/about-community-profiles-for-public-repositories
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...
Closes #461, closes #537.
**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 ``...