nested_comments
v1.0.1
Published
a library which will give your application the ability to add nested comments
Downloads
2
Maintainers
Readme
nested_comments
a library which will give your application the ability to add nested comments
Install
npm install --save nested_comments
Usage
import React, { Component } from 'react'
import MyComponent from 'nested_comments'
import 'nested_comments/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © mittalsam20