forgeforms
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

ForgeForms

ForgeForms is a React library that helps you quickly create elegant and customizable forms with validation.

Installation

To install ForgeForms, you can use npm:

npm install forgeforms

Usage

Here is a quick example to get you started:

// For non-Vite apps
FORGEFORMS_API_KEY = your_api_key;

// For Vite apps
VITE_FORGEFORMS_API_KEY = your_api_key;
import React from "react";
import ReactDOM from "react-dom";
import "../../node_modules/forgeforms/dist/style.css";
import { ForgeForms } from "forgeforms";

const YourPage = () => {
  return <ForgeForms apiKey={process.env.FORGEFORMS_API_KEY} />;
};

export default YourPage;

Need Support?

Reach us out at https://forgeforms.roushan.me

License

MIT

/forgeforms/

    Package Sidebar

    Install

    npm i forgeforms

    Weekly Downloads

    1

    Version

    1.5.0

    License

    none

    Unpacked Size

    1.82 MB

    Total Files

    6

    Last publish

    Collaborators

    • thisisroushan
    • skipperr