Installation

Install the package with a package manager.

npm i nextj-form

Then use it by importing any component like this.

import { NJFForm } from "nextj-form";

For this documentation, we will use Tailwind CSS for our examples, but you can use any form of styling.