cis-texttohtml-lib
v1.0.0-beta
Published
this is a sample library
Downloads
3
Readme
cis-texttohtml-lib
this is a sample library
Install
npm install --save cis-texttohtml-lib
Usage
import React, { Component } from 'react'
import MyComponent from 'cis-texttohtml-lib'
import 'cis-texttohtml-lib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [Ankit Tyagi](https://github.com/Ankit Tyagi)