1.0.5 • Published 1 year ago

raaghu-core v1.0.5

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

raaghu-react-core

core provides utility functions that are commonly used across Raaghu projects

NPM JavaScript Style Guide

Install

npm install --save raaghu-react-core

Usage

import React, { Component } from 'react'

import MyComponent from 'raaghu-react-core'
import 'raaghu-react-core/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT ©