Skip to content

Commit 34d2f55

Browse files
author
FreakyCoder
authored
Update README.md
1 parent bf553da commit 34d2f55

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
<img alt="React Native Bottom Menu" src="https://github.com/WrathChaos/react-native-bottom-menu/blob/master/assets/logo.png" width="1050"/>
22

3-
43
[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/WrathChaos/react-native-bottom-menu)
54

6-
75
[![Fully customizable Bottom Menu for React Native](https://img.shields.io/badge/-Fully%20customizable%20Bottom%20Menu%20for%20React%20Native-lightgrey?style=for-the-badge)](https://github.com/WrathChaos/react-native-bottom-menu)
86

9-
10-
11-
127
[![npm version](https://img.shields.io/npm/v/react-native-bottom-menu.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-bottom-menu)
138
[![npm](https://img.shields.io/npm/dt/react-native-bottom-menu.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-bottom-menu)
149
![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)
@@ -45,6 +40,9 @@ npm i react-native-bottom-menu
4540
## Basic Usage
4641

4742
### You can use any other component rather than Item component. It's all customizable.
43+
```js
44+
import BottomMenu, { Item } from "react-native-bottom-menu";
45+
```
4846

4947
```js
5048
<BottomMenu>

0 commit comments

Comments
 (0)