Skip to content

Commit 6e71dc4

Browse files
committed
docs(select): 📝 update docs with suffix props option
1 parent d6c7da5 commit 6e71dc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/select.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export default function App() {
1818
- [Themes](#themes)
1919
- [Variant](#variant)
2020
- [Size](#size)
21+
- [Prefix](#prefix)
22+
- [Props](#props)
2123

2224
## Themes
2325

@@ -140,8 +142,7 @@ export default function App() {
140142
| size | How large should the select be? | `sm`, `md`, `lg`, `xl` | `md` |
141143
| variant | How the select should look? | `outline`, `subtle`, `underline` , `ghost` | `outline` |
142144
| prefix | Prefix for the Select. | RenderPropType | null |
145+
| suffix | Suffix for the Select. | RenderPropType | null |
143146
| invalid | Set to True, if the value of the Select is invalid. | boolean | false |
144147
| disabled | Set to True, if the value of the Select is disabled. | boolean | false |
145148
| snapPoints | Bottomsheet Snap points | string[] | ["50%"] |
146-
147-
> *Required props

0 commit comments

Comments
 (0)