@@ -51,12 +51,14 @@ const components: IComponentInfo[] = [
51
51
{ id : 'form' , description : 'A form component with built-in validation and submission handling.' , icon : FormSettingsIcon } ,
52
52
{ id : 'form-field' , description : 'A wrapper for form elements that provides validation and error handling.' , icon : FormIcon } ,
53
53
{ 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 },
54
55
{ id : 'kbd' , description : 'A kbd element to display a keyboard key.' , icon : ItemIcon , iconUi : 'pr-px pb-[3px]' } ,
55
56
{ id : 'link' , description : 'A wrapper around NuxtLink with extra props.' , icon : GroupIcon } ,
56
57
{ id : 'progress' , description : 'An indicator showing the progress of a task.' , icon : GroupIcon } ,
57
58
{ id : 'radio-group' , description : 'A set of radio buttons to select a single option from a list.' , icon : FormIcon } ,
58
59
{ id : 'range' , description : 'An input to select a numeric value within a range.' , icon : FormIcon } ,
59
60
{ 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 } ,
60
62
{ id : 'separator' , description : 'Separates content horizontally or vertically.' , icon : GroupIcon } ,
61
63
{ id : 'shortcuts' , description : 'A composable to define keyboard shortcuts in your app.' , icon : ItemIcon , iconUi : 'pr-px pb-[3px]' } ,
62
64
{ id : 'skeleton' , description : 'A placeholder to show while content is loading.' , icon : ItemIcon , iconUi : 'pr-px pb-[3px]' } ,
0 commit comments