0.1.0 • Published 6 years ago

react-rapidoc v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

react-rapidoc

a set of components for laying out documentation for an API doc

NPM JavaScript Style Guide

Install

npm install --save react-rapidoc

Usage

import React, { Component } from 'react'

import MyComponent from 'react-rapidoc'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © RobMayer

0.1.0

6 years ago