|
1 | | -# react-overlays |
| 1 | +# react-ui |
2 | 2 |
|
3 | 3 | [![CI status][ci-badge]][actions] |
4 | 4 | [![Deploy docs status][deploy-docs-badge]][actions] |
5 | 5 | [![Codecov][codecov-badge]][codecov] |
6 | | -[](https://app.netlify.com/sites/react-overlays/deploys) |
7 | 6 |
|
8 | 7 | Utilities for creating robust overlay components. |
9 | 8 |
|
10 | 9 | ## Documentation |
11 | 10 |
|
12 | | -https://react-bootstrap.github.io/react-overlays |
| 11 | +https://react-restart.github.io/ui/ |
13 | 12 |
|
14 | 13 | ## Installation |
15 | 14 |
|
16 | 15 | ```sh |
17 | | -npm install --save react-overlays |
| 16 | +npm install --save @restart/ui |
18 | 17 | ``` |
19 | 18 |
|
20 | 19 | ## Notes |
21 | 20 |
|
22 | | -All of these utilities have been abstracted out of [React-Bootstrap](https://github.com/react-bootstrap/react-bootstrap) in order to provide better access to the generic implementations of these commonly-needed components. The included components are building blocks for creating more polished components. Everything is bring-your-own-styles, CSS or otherwise. |
23 | | - |
24 | | -If you are looking for more complete overlays, modals, or tooltips – something you can use out-of-the-box – check out React-Bootstrap, which is built using these components. |
25 | | - |
26 | | -[actions]: https://github.com/react-bootstrap/react-overlays/actions |
27 | | -[codecov]: https://codecov.io/gh/react-bootstrap/react-overlays |
28 | | -[codecov-badge]: https://codecov.io/gh/react-bootstrap/react-overlays/branch/master/graph/badge.svg |
29 | | -[ci-badge]: https://github.com/react-bootstrap/react-overlays/workflows/CI/badge.svg |
30 | | -[deploy-docs-badge]: https://github.com/react-bootstrap/react-overlays/workflows/Deploy%20Documentation/badge.svg |
| 21 | +Restart UI is a set of full featured, extensible, and accessible UI components, designed to integrate into any styling |
| 22 | +framework or system. Restart components, are "headless", meaning they don't provide any styles. Components encapsulate |
| 23 | +the complicated logic and and state without being prescriptive about their look and feel. |
0 commit comments