1.2.6 • Published 9 years ago
react-doc v1.2.6
react-doc
when you write a API guide to people, why not let people try themself !

install
npm i --save react-docusage
const code = `
const Todo = function(props) {
...
`;
<Doc code={code} />when you write a API guide to people, why not let people try themself !

npm i --save react-docconst code = `
const Todo = function(props) {
...
`;
<Doc code={code} />