1.0.1 • Published 6 years ago

material-ui-richtext v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

material-ui-richtext

This is a simple Richtext component built with material-ui theme

NPM JavaScript Style Guide

Install

npm install --save material-ui-richtext

Usage

import React, { Component } from 'react'

import MyComponent from 'material-ui-richtext'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © Remy Poirier