Modular Forms is in maintenance mode. We recommend Formisch, its official successor, for new projects.

Installation

You can add Modular Forms to your project via npm. If you use yarn or pnpm, just replace the installation command at the beginning.

npm install @modular-forms/qwik

After that you can import it into any JavaScript or TypeScript file.

import {} from '@modular-forms/qwik';