1.0.1 • Published 1 year ago

nested_comments v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

nested_comments

a library which will give your application the ability to add nested comments

NPM JavaScript Style Guide

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