diff --git a/docs/src/sections/SectionUsage.vue b/docs/src/sections/SectionUsage.vue index 3683275..89f050d 100644 --- a/docs/src/sections/SectionUsage.vue +++ b/docs/src/sections/SectionUsage.vue @@ -165,6 +165,10 @@ import IconQwik from "../components/IconQwik.vue" @formkit/auto-animate/vue and register it with your Vue app:

+ + If you prefer to not register the Vue directive globally, you can import + it directly into the component where you want to use it import { vAutoAnimate } from '@formkit/auto-animate'. +

Once you’ve registered the plugin, it can be applied anywhere in your application by adding the v-auto-animate directive to the