@massdriver/rjsf-validator
v1.0.3
Published
Massdriver's custom implementation of RJSF's Form Validator
Downloads
39
Keywords
Readme
Massdriver RJSF Validator
Massdriver's custom RJSF Validator.
This package provides Massdriver's custom implementation of the RJSF-AJV8 Form Validator. It adds custom configuration options to AJV8, as well as a list of custom validation methods.
Usage
To install the package, run to following:
npm install @massdriver/rjsf-validator --save
To make use of the package, simply import the validator:
import validator from '@massdriver/rjsf-validator'
// or
const validator = require('@massdriver/rjsf-validator')
Once imported, you can use the validator in place of any RJSF validator. For more specifics on where to use RJSF validators, see the RJSF docs here.