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

Currently, stylelint@15 cannot be installed because stylelint configuration requires stylelint@14.

dependencies

When we use the `` component inside an `` element, it uses the context color (from ``) instead of the default link color (from ``). ![image](https://github.com/react-ui-org/react-ui/assets/4589176/68ec1fbc-8a5c-402b-b53e-f725dc9c9cb0) However in other contexts...

feature

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...

bug

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...

feature

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`.

refactoring
on hold
blocked by browser issues

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...

BC
feature

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`,...

maintenance
skip changelog
performance

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. ##...

BC

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

BC
feature

We want to be able to control `ScrollView`'s `startShadowBackground` and `endShadowBackground` in theme. Does @adamkudrna want to further specify the task?

feature