react-glow
v1.0.0
Published
React glow text
Downloads
3
Readme
react-glow
React glow text
Install
npm install --save react-glow
Usage
import * as React from 'react'
import MyComponent from 'react-glow'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © mentorkadriu