react-tyfon
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-tyfon

Weekly Downloads

2

Version

1.0.7

License

MIT

Unpacked Size

209 kB

Total Files

10

Last publish

Collaborators

  • tyfon