Skip to content

Commit 7853f6c

Browse files
authored
docs(select): 📝 add Icon to prefix example import
1 parent a7f2c24 commit 7853f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Here in the select, we have an icon in the prefix slot. You can change the icon
133133
</summary>
134134

135135
```js
136-
import { Select, useTheme, DefaultUser, Calendar } from "@adaptui/react-native-tailwind";
136+
import { Select, useTheme, DefaultUser, Calendar, Icon } from "@adaptui/react-native-tailwind";
137137

138138
export default function App() {
139139
const tailwind = useTheme();

0 commit comments

Comments
 (0)