# interceptd-ui

> Interceptd Component Library

[![NPM](https://img.shields.io/npm/v/interceptd-ui.svg)](https://www.npmjs.com/package/interceptd-ui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save interceptd-ui
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'interceptd-ui'

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

## License

MIT © [Interceptd Team](https://github.com/Interceptd Team)
