New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-doc

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-doc

react doc

latest
Source
npmnpm
Version
1.2.6
Version published
Maintainers
1
Created
Source

react-doc

when you write a API guide to people, why not let people try themself !

demo

install

npm i --save react-doc

usage

const code = `
  const Todo = function(props) {
  ...
`;

<Doc code={code} />

API

nametypedefaultdescription
backCodestring''the code not show in the editor
codestring''the code show in the editor
debounceWaitTimenumber500the code compiling debounce time
showGutterbooltrueshow the row number

License

MIT

Keywords

react

FAQs

Package last updated on 21 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts