# phoenix-ui-kit

> a list of components for the phonix project

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

## Install

```bash
npm install --save phoenix-ui-kit
```

## Usage

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

import MyComponent from 'phoenix-ui-kit'

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

[Button](./src/Button/index.js)

## License

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