graphiti-react
v1.0.2
Published
>
Readme
graphiti-react
Install
npm install --save graphiti-reactUsage
import React, { Component } from 'react'
import MyComponent from 'graphiti-react'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © aymather
