Skip to content

Commit 85a0c9a

Browse files
committed
chore(SelectMenu): improve
1 parent 8f274be commit 85a0c9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playground/app/composables/usePageMeta.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ const components: IComponentInfo[] = [
5151
{ id: 'form', description: 'A form component with built-in validation and submission handling.', icon: FormSettingsIcon },
5252
{ id: 'form-field', description: 'A wrapper for form elements that provides validation and error handling.', icon: FormIcon },
5353
{ id: 'input', description: 'An input element to enter text.', icon: FormIcon },
54+
// { id: 'input-menu', description: 'An autocomplete input with real-time suggestions.', icon: FormIcon },
5455
{ id: 'kbd', description: 'A kbd element to display a keyboard key.', icon: ItemIcon, iconUi: 'pr-px pb-[3px]' },
5556
{ id: 'link', description: 'A wrapper around NuxtLink with extra props.', icon: GroupIcon },
5657
{ id: 'progress', description: 'An indicator showing the progress of a task.', icon: GroupIcon },
5758
{ id: 'radio-group', description: 'A set of radio buttons to select a single option from a list.', icon: FormIcon },
5859
{ id: 'range', description: 'An input to select a numeric value within a range.', icon: FormIcon },
5960
{ id: 'select', description: 'A select element to choose from a list of options.', icon: FormIcon },
61+
{ id: 'select-menu', description: 'An advanced searchable select element.', icon: FormIcon },
6062
{ id: 'separator', description: 'Separates content horizontally or vertically.', icon: GroupIcon },
6163
{ id: 'shortcuts', description: 'A composable to define keyboard shortcuts in your app.', icon: ItemIcon, iconUi: 'pr-px pb-[3px]' },
6264
{ id: 'skeleton', description: 'A placeholder to show while content is loading.', icon: ItemIcon, iconUi: 'pr-px pb-[3px]' },

0 commit comments

Comments
 (0)