Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vuelidate/components

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuelidate/components

Components for Vuelidate

  • 1.2.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8.1K
decreased by-7.82%
Maintainers
3
Weekly downloads
 
Created
Source

Vuelidate Components

Visit Vuelidate Docs for detailed instructions.

Sponsors

Silver

Storyblok

Bronze

Vue Mastery logo

Installation

Vuelidate Components are meant to be used alongside @vuelidate/core and @vuelidate/validators.

npm install @vuelidate/core @vuelidate/validators @vuelidate/components
# or
yarn add @vuelidate/core @vuelidate/validators @vuelidate/components

Usage

Import the component you need and use it in your forms.

import { ValidateEach } from '@vuelidate/components'

export default {
  components: { ValidateEach },
  // ... rest of your component setup
}

For more info, visit the Vuelidate Docs.

Development

To test the package run

# install dependencies
yarn install

# create bundles.
yarn build

# Create docs inside /docs package
yarn dev

# run unit tests for entire monorepo
yarn test:unit

# You can also run for same command per package

FAQs

Package last updated on 25 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc