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

API: - `children`: node - `onCollapse`: function - `expanded`: boolean - `id`: string - `title`: node

feature

- logo - navigation - user area + user dropdown (logout etc.) Beware of possible need of Dropdown component.

feature

Like this: - Actions - Button - TextLink - Inputs - CheckboxField - FileInputField - Radio - SelectField - TextArea - TextField - Toggle - Surfaces - Card - Paper...

documentation
on hold

`v0.36.0` suddenly changes to `0.36.0`. Reported as a possible bug to https://github.com/JamesMGreene/node-draft-releaser/issues/286.

bug
on hold

See Bootstrap docs.

documentation

- 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)).

documentation

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

documentation

Maybe a switch right in the docs? Or repository with examples?

documentation

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...

bug