Skip to content

Commit 0f707c8

Browse files
authored
docs(select): 📝 add Working preview gif
1 parent a5b68b3 commit 0f707c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/select.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ export default function App() {
2121
}
2222
```
2323

24+
## Working Preview
25+
26+
The Select component uses [Gorhom's React Native Bottomsheet](https://github.com/gorhom/react-native-bottom-sheet) to list the options you have provided through `options` prop.
27+
28+
It uses `useControllableState` hook internally from chakra-ui to manage the state.
29+
30+
![ezgif com-gif-maker](https://user-images.githubusercontent.com/35562287/202174467-53e1d2f8-caed-4fc1-8f04-7a4a9c361084.gif)
31+
32+
2433
## Table of Contents
2534

2635
- [Themes](#themes)

0 commit comments

Comments
 (0)