Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

justeat/f-validate

Repository files navigation

f-validate 🐻

npm version Build Status Coverage Status Known Vulnerabilities

Fozzie vanilla JS Validation Component.

Adding f-validate to your project

yarn add @justeat/f-validate

Then, inside your script import and run f-validate.

import validate from '@justeat/f-validate';

//to be confirmed