From 999089a039069fb8a95a0da472c5abe9d0f651dd Mon Sep 17 00:00:00 2001 From: ismael garcia Date: Mon, 28 Oct 2024 12:25:21 +0100 Subject: [PATCH] Update the documentation for the FormKitSchema for nuxt --- essentials/schema.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/essentials/schema.md b/essentials/schema.md index d1e71d8e..18bb6080 100644 --- a/essentials/schema.md +++ b/essentials/schema.md @@ -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 `` component is globally available in Nuxt and ready to use like the FormKit component when autoImport: false. +:: + + Schemas are rendered using FormKit's `` component, which is not registered globally by default. You will need to import it: ```js