1.0.0 • Published 6 years ago
tns-react-component v1.0.0
tns-react-component
Group of components to TNS aplications
Install
npm install --save tns-react-componentUsage
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