
React UI
React UI is a themeable, performant, responsive UI library for React apps. Use it simply with no configuration or have full control over your design by tweaking some of the hundreds theming options …
Table - React UI
All attributes that don't interfere with the API of the React component and that aren't filtered out by transferProps helper are forwarded to the root <table> HTML element.
Grid - React UI
Unlike other grid frameworks and UI libraries, no additional markup like GridItem or Cell is necessary for your items. But it's there when you really need it—see Advanced Layouts. For forms, use rather the …
FormLayout - React UI
Since all form fields in React UI are styled as inline blocks, they queue up one after another in a row by default. The FormLayout component is there to make building vertical and horizontal forms easy.
Installation - React UI
Installation React UI is distributed as a npm package. To add it to your project, run: npm install --save @react-ui-org/react-ui Please note that prop-types, react and react-dom are peer dependencies.
Usage - React UI
React UI is designed and developed mobile-first, a strategy in which we first write code for mobile devices, and then scale up components as necessary using CSS media queries.
Design Tokens - React UI
👉 Design tokens are your starting point for customization of React UI to make it fit your design system needs. React UI uses CSS custom properties as a primary storage format for design tokens.
Button - React UI
All attributes that don't interfere with the API of the React component and that aren't filtered out by transferProps helper are forwarded to the root <button> HTML element.
Popover - React UI
Popover Popover displays additional information without interrupting user flow. Basic Usage To implement the Popover component, you need to import it first: import { Popover, PopoverWrapper } …
Card - React UI
It will help you keep the UI clean and easy to scan. Card, or Paper? Card is a versatile surface for displaying content. However, there is also the Paper component. While Card is designed for …