@prabhjot786/cloudwick-form-builder
v1.0.12
Published
Form Builder for Cloudwick
Readme
Astral UI
Form Builder for technical
Version - 1.0.0
Installation
Install the package in your project directory with:
# With npm:
npm i @prabhjot786/form-builder
# With yarn:
yarn add @prabhjot786/form-builderRequirements
This package has the following peer dependencies:
- React ^18.3.1
- React DOM ^18.3.1
- Node ^20.16.0
- Tailwind CSS ^3.4.13
Available Components
Package provides the following components:
- FormBuilder
- FormPreview
Documentation
Import Paths
You can import components as follows:
// Import from the main package
import { FormBuilder } from '@prabhjot786/form-builder';If you need tree-shaking, the main import still allows for proper tree-shaking by most modern bundlers.
