New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

figform

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figform

Official FigForm SDK for JavaScript

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

Official FigForm SDK for JavaScript

FigForm is a full-featured form builder with Figma-like editor, analytics, integrations, and developer-friendly SDKs for React and JS.

Installation

npm install figform

Usage

JavaScript / TypeScript

import { FigForm } from "figform";

FigForm.form("id", {
  parentId: "parent",
});

React

import { FigForm } from "figform/react";

function MyForm() {
  return <FigForm id="your-form-id" parentId="parent" />;
}

Keywords

react

FAQs

Package last updated on 17 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts