react-ui
react-ui copied to clipboard
React UI is a themeable and performant UI library for React apps.
See #394.
  ``` 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/ ```
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.
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...
Support all relevant Component Colors (feedback + neutral): https://react-ui.io/docs/foundation/colors/#component-colors for these properties: - border, - footer background, - anything else?
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...
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...
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...
When `` is used within `` it breaks when there is not enough space. When used **outside** of `` the `` maintains width and overflows:  I...
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...