1.0.7 • Published 3 years ago

react-tyfon v1.0.7

Weekly downloads
19
License
MIT
Repository
github
Last release
3 years ago

react-tyfon

Tyfon React Library

NPM JavaScript Style Guide

Install

npm install --save react-tyfon

Docs

docs.tyfon.io

Usage

import Tyfon from 'react-tyfon'

import MyComponent from 'react-tyfon'
import 'react-tyfon/dist/index.css'

class Example extends Component {
  const myFunction = () => {
    Tyfon.init()
    .then(response => {
        console.log(response);
    }).catch(err => {
        console.log(err);
    });
  }
  render() {
    return <MyComponent />
  }
}

License

MIT © FPH

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago