UNPKG

formik-yup-smartform

Version:

formik-yup-smartform is a lightweight React component that automatically generates forms using Formik and Yup. Just pass a validation schema, field configuration, and submit handler — the form is built for you with validation, error messages, and minimal

9 lines (8 loc) 190 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{js,ts,jsx,tsx}"], // scan your package code theme: { extend: {}, }, plugins: [], };