1.1.1 • Published 7 years ago
slate-smart-suggestions v1.1.1
slate-suggestions
Install
npm install --save slate-suggestions
Usage
import React, { Component } from 'react'
import MyComponent from 'slate-suggestions'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © rcarubbi