0.2.3 • Published 6 months ago

nuxt-forms v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Nuxt Forms

Easy and minimal client-side form handling for Nuxt 3

npm version npm downloads License Nuxt

Features

  • Minimal and small with no direct dependencies and fully tree shakeable
  • Easy integrate popular solutions for data validation (Valibot, Zod and build in rules)
  • Two-way data binding with support for nested values
  • Integrated error message handling and interpolation
  • Comes with composables and headless components to easily create forms
  • Use it to build your own custom form component library

Quick Setup

  1. Add nuxt-forms dependency to your project
# Using pnpm
pnpm add --save-dev nuxt-forms

# Using yarn
yarn add --dev nuxt-forms

# Using npm
npm install --save-dev nuxt-forms
  1. Add nuxt-forms to the modules section of nuxt.config.{ts,js}
{
  modules: [
    'nuxt-forms'
  ]
}

That's it! You can now use Nuxt Forms in your Nuxt app ✨

Credits

  • Inspired by VeeValidate (@logaretm)
  • Rules depend on VeeValidate rules (@logaretm)
  • Validator adapters inspired by modular-forms (@fabian-hiller)

License

MIT License

Copyright (c) Disedia

0.2.3

6 months ago

0.1.0

11 months ago

0.2.0

9 months ago

0.1.1

10 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago