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, "prettier.enable": false,
"editor.formatOnSave": false, "editor.formatOnSave": false,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": true, "source.fixAll.eslint": "explicit",
"source.organizeImports": false "source.organizeImports": "never"
}, },
"eslint.validate": [ "eslint.validate": [

View File

@ -1,6 +1,8 @@
--- ---
title: Calendar title: Calendar
description: A date field component that allows users to enter and edit date. 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 title: Combobox
description: Autocomplete input and command palette with a list of suggestions. description: Autocomplete input and command palette with a list of suggestions.
component: true
--- ---
<ComponentPreview name="ComboboxDemo" /> <ComponentPreview name="ComboboxDemo" />

View File

@ -1,6 +1,7 @@
--- ---
title: Data Table title: Data Table
description: Powerful table and datagrids built using TanStack 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 title: VeeValidate
description: Building forms with VeeValidate and Zod. 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. 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.