react-glow

React glow text

Usage no npm install needed!

<script type="module">
  import reactGlow from 'https://cdn.skypack.dev/react-glow';
</script>

README

react-glow

React glow text

NPM JavaScript Style Guide

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