Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imcuttle/react-table-doc
The component about react component document view
https://github.com/imcuttle/react-table-doc
docgen react react-docgen react-document react-table-doc
Last synced: 29 days ago
JSON representation
The component about react component document view
- Host: GitHub
- URL: https://github.com/imcuttle/react-table-doc
- Owner: imcuttle
- License: mit
- Created: 2018-07-01T14:07:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:18:21.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T08:26:55.217Z (3 months ago)
- Topics: docgen, react, react-docgen, react-document, react-table-doc
- Language: JavaScript
- Size: 1.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License
Awesome Lists containing this project
README
# react-table-doc
[![build status](https://img.shields.io/travis/imcuttle/react-table-doc/master.svg?style=flat-square)](https://travis-ci.org/imcuttle/react-table-doc)
[![NPM version](https://img.shields.io/npm/v/react-table-doc.svg?style=flat-square)](https://www.npmjs.com/package/react-table-doc)
[![NPM Downloads](https://img.shields.io/npm/dm/react-table-doc.svg?style=flat-square&maxAge=43200)](https://www.npmjs.com/package/react-table-doc)The react component for more prettier component document.
![](https://i.loli.net/2018/07/10/5b444cc63cac0.png)
## Usage
```javascript
import TableDoc from 'react-table-doc'
import 'react-table-doc/lib/style.css'```