1.0.1 • Published 4 years ago

nextgen-react-components v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

nextgen-react-components

NextGen React Components Library

NPM JavaScript Style Guide

Install

npm install --save nextgen-react-components

Usage

import React, { Component } from 'react'

import { Greeting } from 'nextgen-react-components';
import 'nextgen-react-components/dist/index.css'

class Example extends Component {
  render() {
    return <Greeting name="Adarsh Kumar" />
  }
}

License

MIT © nextgenadarsh