Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 803 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 803 Bytes

obviant-react-library

Library is still in progress with more components on the way.

NPM JavaScript Style Guide

Install

npm install --save obviant-react-library

Usage

import React, { Component } from 'react'

import MyComponent from 'obviant-react-library'
import 'obviant-react-library/dist/index.css'

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

Doc

Use command npm run doc to generate JSDoc for the components inside root directory in docs folder

License

MIT © modaslam