react-ui
react-ui copied to clipboard
React UI is a themeable and performant UI library for React apps.
Currently, stylelint@15 cannot be installed because stylelint configuration requires stylelint@14.
When we use the `` component inside an `` element, it uses the context color (from ``) instead of the default link color (from ``).  However in other contexts...
There are several use cases where `ScrollView` does not behave correctly: 1. autoScroll detectEnd feature - in the documentation go to the `Auto Scrolling` section - select the option `when...
When the `` component is rendered with `labelVisbility` set to `none` or to value smaller the current viewport the `label` value is not accessible. I think it should appear on...
Once supported: - form fields in `FormLayout` can use subgrid instead of `display: contents` with two mandatory `div`s, - `CheckboxField` and `Toggle` can reflect `labelPosition="before"` inside `FormLayout`.
For some form fields: * Those representing boolean value (`Toggle`, `CheckboxField`) * Those representing value from list (`SelectField`, `Radio`) The semantics of `required` are different then for fields such as...
presently we are using the same numbers for: * https://webpack.js.org/configuration/performance/#performancemaxassetsize * https://webpack.js.org/configuration/performance/#performancemaxentrypointsize I think that makes no sense. The way I see it we only need to worry about `maxAssetSize`,...
Now when the `gap` property in flex layouts is [widely supported by browsers](https://caniuse.com/flexbox-gap), we can get rid of `ToolbarItem` in most cases. It needs to be thoroughly tested though. ##...
We want to migrate `Modal` currently using div to native `` element. Relevant links: https://github.com/react-ui-org/react-ui/pull/432#discussion_r1033535677 https://github.com/react-ui-org/react-ui/issues/453
We want to be able to control `ScrollView`'s `startShadowBackground` and `endShadowBackground` in theme. Does @adamkudrna want to further specify the task?