1.0.0 • Published 5 years ago
tns-react-component v1.0.0
tns-react-component
Group of components to TNS aplications
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
5 years ago