1.0.0 • Published 6 years ago

tns-react-component v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

tns-react-component

Group of components to TNS aplications

NPM JavaScript Style Guide

Install

npm install --save tns-react-component

Usage

import React, { Component } from 'react'

import MyComponent from 'tns-react-component'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © BrianCortes

1.0.0

6 years ago