docs: add missing API references
This commit is contained in:
parent
eccfc9940d
commit
c75b40245f
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -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": [
|
||||||
|
|
|
||||||
|
|
@ -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/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user