---
home: true
heroImage: https://v1.vuepress.vuejs.org/hero.png
tagline: Building forms with vue composition API.
actionText: Quick Start →
actionLink: /guide/
features:
- title: UI decoupling
  details: Since It does not contain any UI code, It can be easily integrated with other UI libraries.

- title: Easy to adoptable
  details: Form state is inherently local and ephemeral, it can be easily adopted.
- title: Simple to use
  details: No fancy stuffs, just reactive values/errors.
footer: Made by  with ❤️
---

<demo 
  default-url="https://codesandbox.io/embed/vue-hooks-form-demo-lqtp0?autoresize=1&fontsize=14&hidenavigation=1&module=%2Fsrc%2FApp.vue&theme=dark&view=preview" 
  height="550px"
/>

