react-ui
react-ui copied to clipboard
React UI is a themeable and performant UI library for React apps.
API: - `children`: node - `onCollapse`: function - `expanded`: boolean - `id`: string - `title`: node
- logo - navigation - user area + user dropdown (logout etc.) Beware of possible need of Dropdown component.
Like this: - Actions - Button - TextLink - Inputs - CheckboxField - FileInputField - Radio - SelectField - TextArea - TextField - Toggle - Surfaces - Card - Paper...
`v0.36.0` suddenly changes to `0.36.0`. Reported as a possible bug to https://github.com/JamesMGreene/node-draft-releaser/issues/286.
RUI, or not RUI?
- Preferably generate docs from custom properties definitions. - Find out if there is a way to use custom property values in text (see [this discussion](https://github.com/react-ui-org/react-ui/pull/242#discussion_r584528725)).
Blocked by #350. See: - https://www.docz.site/docs/gatsby-theme#adding-your-logo - https://github.com/doczjs/docz/tree/master/examples/with-favicon-and-metadata
Maybe a switch right in the docs? Or repository with examples?
This does not get truncated: ```jsx DeviceDeviceDeviceDeviceDevice ``` This does get truncated: ```jsx DeviceDeviceDeviceDevice Device ``` Possible solution is to set `wordWrapping` to `long-words` (any other than default). Other solution...