https://github.com/rive/doc-ui
React Live playground UI
https://github.com/rive/doc-ui
Last synced: 5 months ago
JSON representation
React Live playground UI
- Host: GitHub
- URL: https://github.com/rive/doc-ui
- Owner: rive
- License: mit
- Created: 2024-01-01T07:49:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T13:14:18.000Z (over 2 years ago)
- Last Synced: 2025-08-08T21:54:52.096Z (11 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @rive/doc-ui
React components to render document.
- [ ] React live playground
- [ ] Mobile, tablet, desktop preview switch
## Install
```bash
npm install --save @rive/doc-ui
```
## Usage
```jsx
import { Playground } from '@rive/doc-ui';
;
```
## Acknowledge
This project is based on the following open source projects:
- [react-live](https://github.com/FormidableLabs/react-live) and [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) by [FormidableLabs](https://github.com/FormidableLabs)
- [react](https://reactjs.org)
- [remixicon](https://github.com/Remix-Design/RemixIcon)
- [vite](https://vitejs.dev)