UNPKG

@piscium2010/v-form

Version:

This is not a form, instead it is only a form shell of which the single responsibility is validating and providing error messages. Capable of definding flexiable rules and validating multi fields at a time.

3 lines 119 B
import React from 'react' export const VFormContext = React.createContext({}) VFormContext.displayName = 'VFormContext'