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

![Image](https://github.com/react-ui-org/react-ui/assets/5614085/f56741d4-507e-4ae9-b5f2-a79ec07e5655) ![Image](https://github.com/react-ui-org/react-ui/assets/5614085/6f0418ab-c8ba-4cb2-960b-fbfb97cbe689) ``` Publish release draft The following actions uses node12 which is deprecated and will be forced to run on node16: JamesMGreene/node-draft-releaser@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ ```

bug

Likely it is related to the documentation platform and not the component itself as it seems to work in app. Also the fix might need to be ported to RADES.

bug
documentation

As of now, we only support the [quick-usage scenario](https://react-ui.io/docs/getting-started/usage/) via ready-to-use CSS and JS bundles. ## Expert Mode Aside from that, we also want to support the "expert" scenario for...

feature

Support all relevant Component Colors (feedback + neutral): https://react-ui.io/docs/foundation/colors/#component-colors for these properties: - border, - footer background, - anything else?

feature

Currently color codes cannot be displayed as they are unavailable during build time in the Node environment. However, it should be possible to retrieve values of custom properties in browser...

documentation
good first issue

We need to add the possibility to pass either `string` or `node` into the `label` prop of form field components. This is due to a requirement to use the label...

good first issue
feature

In general the `transferProps` function is useful for better accesibility while safely keeping the component code short and manageable. It would be useful to export it so it can be...

good first issue
feature

When `` is used within `` it breaks when there is not enough space. When used **outside** of `` the `` maintains width and overflows: ![Screenshot from 2024-01-15 18-14-21](https://github.com/react-ui-org/react-ui/assets/4589176/d3afd506-19b6-4899-b0cb-c670ffb582a5) I...

bug

We need to transform codebase from standard JavaScript to TypeScript. Inspiration can be found in private RACOM repositories where TypeScript is already used. If you use parts of configurations from...

BC