docs: update and fix UI props docs (#10754)
This commit is contained in:
@@ -39,7 +39,8 @@ import { Select } from "@medusajs/ui"
|
||||
"Select.Value",
|
||||
"Select.Group",
|
||||
"Select.Label",
|
||||
"Select.Item"
|
||||
"Select.Item",
|
||||
"Select.Content"
|
||||
]} />
|
||||
|
||||
## Examples
|
||||
@@ -50,6 +51,10 @@ import { Select } from "@medusajs/ui"
|
||||
|
||||
<ComponentExample name="select-small" />
|
||||
|
||||
### Item-Aligned Position
|
||||
|
||||
<ComponentExample name="select-item-aligned" />
|
||||
|
||||
### Disabled
|
||||
|
||||
<ComponentExample name="select-disabled" />
|
||||
|
||||
Reference in New Issue
Block a user