Skip to content

Commit 4fe5eca

Browse files
authored
feat: add Autocomplete component with examples and documentation
2 parents c9c3f19 + 4d8fe3c commit 4fe5eca

13 files changed

+2010
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function getComponents () {
6565

6666
function getFormComponents () {
6767
return [
68+
{ text: 'Autocomplete', link: '/components/autocomplete' },
6869
{ text: 'Input', link: '/components/input' },
6970
{ text: 'File Input', link: '/components/fileInput' },
7071
{ text: 'Select', link: '/components/select' },

0 commit comments

Comments
 (0)