react-native-chanel-menu
Version:
Menu component inspired from Chanel Fashion, implemented in React-Native.
31 lines (20 loc) • 731 B
Markdown
# react-native-chanel-menu
> Menu component inspired from Chanel Fashion, implemented in React-Native.
[](https://www.npmjs.com/package//react-native-chanel-menu) [](https://standardjs.com)
## Install
```bash
npm install --save /react-native-chanel-menu
```
## Usage
```jsx
import React, { Component } from 'react'
import MyComponent from '/react-native-chanel-menu'
import '/react-native-chanel-menu/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
```
## License
MIT © 2020 [Visakeswaran](https://github.com/Visakeswaran)