1.0.1 • Published 4 years ago

jrts-sanity v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

jrts-sanity

Component that could be useful in a sanity project

NPM JavaScript Style Guide

Install

npm install --save jrts-sanity

Usage

import React, { Component } from 'react'

import MyComponent from 'jrts-sanity'

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

License

MIT © jdretz