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

https://github.com/react-doc/rdoc-theme-load-react

Rdoc 主题,主题可以加载 React Dome
https://github.com/react-doc/rdoc-theme-load-react

rdoc react react-doc

Last synced: about 2 months ago
JSON representation

Rdoc 主题,主题可以加载 React Dome

Awesome Lists containing this project

README

        

rdoc theme
---

Preview React and HTML example.

```bash
npm install rdoc-theme-load-react --save
```

in markdown

```markdown

\```jsx
class Header extends Component {
render() {
return (

我是组件

);
}
}
ReactDOM.render(


123

, mountNode);
\```

```