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/solid
After that you can import it into any JavaScript or TypeScript file.
import { … } from '@modular-forms/solid';