You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
793 B
19 lines
793 B
<div align="center">
|
|
<img src="https://raw.githubusercontent.com/react-restart/ui/main/www/static/refresh-dot.svg" style="width: 75px;height: 75;display: inline-block;" valign="middle"/>
|
|
</div>
|
|
<h1 align="center">Restart UI</h1>
|
|
A set of full featured, extensible, and accessible UI components, designed to integrate into any styling
|
|
framework or system. Restart components, are "headless", meaning they don't provide any styles. Components encapsulate
|
|
the complicated logic and and state without being prescriptive about their look and feel.
|
|
|
|
|
|
## Documentation
|
|
|
|
https://react-restart.github.io/ui/
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
npm install --save @restart/ui
|
|
```
|