1.0.1 • Published 5 years ago
nextgen-react-components v1.0.1
nextgen-react-components
NextGen React Components Library
Install
npm install --save nextgen-react-componentsUsage
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