Skip to content

Commit 77759cc

Browse files
authored
Update README.md
1 parent 1ad4213 commit 77759cc

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,23 @@
1-
# react-overlays
1+
# react-ui
22

33
[![CI status][ci-badge]][actions]
44
[![Deploy docs status][deploy-docs-badge]][actions]
55
[![Codecov][codecov-badge]][codecov]
6-
[![Netlify Status](https://api.netlify.com/api/v1/badges/e86fa356-4480-409e-9c24-52ea0660a923/deploy-status)](https://app.netlify.com/sites/react-overlays/deploys)
76

87
Utilities for creating robust overlay components.
98

109
## Documentation
1110

12-
https://react-bootstrap.github.io/react-overlays
11+
https://react-restart.github.io/ui/
1312

1413
## Installation
1514

1615
```sh
17-
npm install --save react-overlays
16+
npm install --save @restart/ui
1817
```
1918

2019
## Notes
2120

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

Comments
 (0)