# raaghu-react-core

> core provides utility functions that are commonly used across Raaghu projects

[![NPM](https://img.shields.io/npm/v/raaghu-react-core.svg)](https://www.npmjs.com/package/raaghu-react-core) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save raaghu-react-core
```

## Usage

```tsx
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 © [](https://github.com/)
