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

As pointed out in https://github.com/react-ui-org/react-ui/pull/563#pullrequestreview-2277808504, we would appreciate having Sass unit tests to: 1. make the Sass code more readable for others, 2. make the Sass functions and mixins more...

testing

This is caused by https://github.com/react-ui-org/react-ui/issues/662 --- As result of mentioned change, `TextField` is incorrectly setting `hasRootSmallInput` class when `inputSize` is set to `null`. This is happening on following line: https://github.com/react-ui-org/react-ui/blob/master/src/components/TextField/TextField.jsx#L35...

bug

If at least one of `columnGap` and `columnRow` is defined by object and second one by integer, both values are ignored. If both values are set as integer, it works...

bug

Some props of some components are not supported in certain contexts. For example, `TextField` does not render `helpText` and `validationText` in the context of `InputGroup`. This is well documented, but...

**Steps:** 1. Clone RUI and consumer application (APP) 2. Make APP use dist version of RUI (the `import { Button } from '@react-ui-org/react-ui';` syntax ) 3. Use `npm-link` in APP...

Originally reported in https://github.com/react-ui-org/react-ui/issues/501 Steps to reproduce: 1. in the documentation go to the Auto Scrolling section 2. select the option when end is detected 3. click on the Add...

Generally we support and encourage Docker first based workflow. However there might be a problem with using `npm link` when running RUI and consumer application (APP) inside docker containers. We...

Introduce typography styles instead of current `--rui-font-size-*`, `--rui-line-height-*`, `--rui-font-weight-*` variables. Check RADES design system to clarify the needs.

BC

Markdown link check is failing due to following problems: 1. It is marked as deprecated, see https://github.com/gaurav-nelson/github-action-markdown-link-check 2. It has started to fail with HTTP 403 error due to StackOverflow's...

maintenance