Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions essentials/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ description: Harness all the power of FormKit in a serializable, JSON-compatible

FormKit's schema is a JSON-serializable data format for storing DOM structures and component implementations, including FormKit forms. Although created specifically for implementing and generating forms, the format is capable of generating any HTML markup or using any third-party components.



::Callout
---
type: "tip"
name: "Using FormKitSchema"
---
The `<FormKitSchema/>` component is globally available in Nuxt and ready to use like the FormKit component when autoImport: false.
::


Schemas are rendered using FormKit's `<FormKitSchema>` component, which is not registered globally by default. You will need to import it:

```js
Expand Down