An open API service indexing awesome lists of open source software.

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

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)