react-ui
react-ui copied to clipboard
React UI is a themeable and performant UI library for React apps.
Now it should be possible to have component tests included in test coverage results. Inspiration: https://github.com/mxschmitt/playwright-test-coverage/tree/ct-react-vite?tab=readme-ov-file#use-istanbul-coverage-collection-with-playwright-component-testing-react
Using RUI styles from the Sass source actually works. We can document it and claim it supported. https://react-ui.io/docs/getting-started/usage/
- `Grid` sets margin to 0 for all his `> *` children. - `Toolbar` (and other layout components) apply bottom margin when `:not(:last-child)`. - Since component styles are scoped each...