jrts-sanity
v1.0.1
Published
Component that could be useful in a sanity project
Readme
jrts-sanity
Component that could be useful in a sanity project
Install
npm install --save jrts-sanityUsage
import React, { Component } from 'react'
import MyComponent from 'jrts-sanity'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © jdretz
