Skip to content

Commit 44ece60

Browse files
committed
docs: readme
1 parent 314334b commit 44ece60

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/docs/images/preview.png

9.78 KB
Loading

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,26 @@ A simple search bar component for React Native.
2525
[rle-image]: https://img.shields.io/github/release-date/funnyzak/react-native-input-search-bar.svg
2626
[rle-url]: https://github.com/funnyzak/react-native-input-search-bar/releases/latest
2727

28+
## TOC
29+
30+
- [React-Native-Input-Search-Bar](#react-native-input-search-bar)
31+
- [TOC](#toc)
32+
- [Preview](#preview)
33+
- [Installation](#installation)
34+
- [Getting Started](#getting-started)
35+
- [Basic usage](#basic-usage)
36+
- [Props](#props)
37+
- [Props for ReactNativeInputSearchBar](#props-for-reactnativeinputsearchbar)
38+
- [TypeDefine for ReactNativeInputSearchBar](#typedefine-for-reactnativeinputsearchbar)
39+
- [Reference](#reference)
40+
- [Contribution](#contribution)
41+
- [License](#license)
42+
43+
44+
## Preview
45+
46+
[![preview](https://raw.githubusercontent.com/funnyzak/react-native-input-search-bar/main/.github/docs/images/preview.png)](https://github.com/funnyzak/react-native-input-search-bar)
47+
2848
## Installation
2949

3050
[![NPM](https://nodei.co/npm/react-native-input-search-bar.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-native-input-search-bar/)
@@ -99,7 +119,6 @@ const SearchBar = () => {
99119

100120
export default SearchBar
101121
```
102-
103122
## Props
104123

105124
### Props for ReactNativeInputSearchBar

0 commit comments

Comments
 (0)