@varsityvibe/validation-schemas

Yup validation schemas used across Varsity Vibe clients

Usage no npm install needed!

<script type="module">
  import varsityvibeValidationSchemas from 'https://cdn.skypack.dev/@varsityvibe/validation-schemas';
</script>

README

@varsityvibe/validation-schemas

package version package downloads standard-readme compliant make a pull request

Yup validation schemas used across Varsity Vibe clients

Table of Contents

Usage

import {profileSchema} from "@varsityvibe/validation-schemas"

Install

This project uses node and npm.

$ npm install @varsityvibe/validation-schemas
$ # OR
$ yarn add @varsityvibe/validation-schemas

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request