docs: add missing API references

This commit is contained in:
zernonia 2023-12-23 11:47:15 +08:00
parent eccfc9940d
commit c75b40245f
5 changed files with 7 additions and 4 deletions

View File

@ -2,8 +2,8 @@
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"eslint.validate": [

View File

@ -1,6 +1,8 @@
---
title: Calendar
description: A date field component that allows users to enter and edit date.
source: apps/www/src/lib/registry/default/ui/calendar
primitive: https://vcalendar.io/
---

View File

@ -1,7 +1,6 @@
---
title: Combobox
description: Autocomplete input and command palette with a list of suggestions.
component: true
description: Autocomplete input and command palette with a list of suggestions.
---
<ComponentPreview name="ComboboxDemo" />

View File

@ -1,6 +1,7 @@
---
title: Data Table
description: Powerful table and datagrids built using TanStack Table.
primitive: https://tanstack.com/table/v8/docs/guide/introduction
---

View File

@ -1,6 +1,7 @@
---
title: VeeValidate
description: Building forms with VeeValidate and Zod.
primitive: https://vee-validate.logaretm.com/v4/guide/overview/
---
Forms are tricky. They are one of the most common things you'll build in a web application, but also one of the most complex.