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
- Host: GitHub
- URL: https://github.com/react-doc/rdoc-theme-load-react
- Owner: react-doc
- Created: 2018-05-05T01:34:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T13:43:49.000Z (about 7 years ago)
- Last Synced: 2025-02-15T01:43:56.978Z (4 months ago)
- Topics: rdoc, react, react-doc
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
\``````