nested_comments

1.0.1 • Public • Published

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

/nested_comments/

    Package Sidebar

    Install

    npm i nested_comments

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    83.9 kB

    Total Files

    8

    Last publish

    Collaborators

    • mittalsam