chore: format code
This commit is contained in:
parent
16357e8041
commit
34ff87d504
182 changed files with 941 additions and 3647 deletions
|
|
@ -49,9 +49,7 @@ export function Select<T>(props: SelectProps<T> & ButtonProps) {
|
|||
{...itemProps}
|
||||
>
|
||||
<Kobalte.ItemLabel data-slot="select-item-label">
|
||||
{props.label
|
||||
? props.label(itemProps.item.rawValue)
|
||||
: (itemProps.item.rawValue as string)}
|
||||
{props.label ? props.label(itemProps.item.rawValue) : (itemProps.item.rawValue as string)}
|
||||
</Kobalte.ItemLabel>
|
||||
<Kobalte.ItemIndicator data-slot="select-item-indicator">
|
||||
<Icon name="check-small" size="small" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue