1.0.0 • Published 6 years ago

natured-react v1.0.0

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

natured-react

React components for Natured

NPM JavaScript Style Guide

Install

npm install --save natured-react

Usage

import React, { Component } from 'react'

import MyComponent from 'natured-react'

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

License

MIT © alexandrasmith00

1.0.0

6 years ago