@huelet/pencil.js
v1.2.2
Published
A quick, light, easy-to-use RTE for React
Downloads
2
Readme
@huelet/pencil.js
A quick, light, easy-to-use RTE for React
Install
npm install --save @huelet/pencil.js
Usage
import React, { Component } from 'react'
import MyComponent from '@huelet/pencil.js'
import '@huelet/pencil.js/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
GPL-3.0 © lerichardson