1.0.17 • Published 6 years ago
tsi2-ui-library v1.0.17
tsi2-ui-library
The TSI 2 UI Library is a JavaScript component library based on React.js. It is intended to create Web interfaces for the Tea(m)speak Interface 2 and other internal products.
Install
npm install --save tsi2-ui-libraryUsage
import React, { Component } from 'react'
import MyComponent from 'tsi2-ui-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © dwwe2017