0.0.4 • Published 12 months ago
@mrmmh/form-builder v0.0.4
@mrmmh/form-builder
A reusable form component library using React and TailwindCSS.
Installation
npm install @mrmmh/form-builder
# or
yarn add @mrmmh/form-builder
# or
pnpm add @mrmmh/form-builderRequirements
This package has the following peer dependencies:
- React 18 or higher
- TailwindCSS 3.4.1 or higher
- Other UI dependencies (see package.json)
Usage
import { Form } from '@mrmmh/form-builder'
// Add usage examples hereDevelopment
# Install dependencies
pnpm install
# Run development server
pnpm dev
# Build package
pnpm build
# Run type check
pnpm typecheck
# Run linting
pnpm lintPublishing
This package uses Changesets for versioning and publishing.
# Create a new changeset
pnpm release
# Publish to npm (CI only)
pnpm ci:publishLicense
ISC © Mohammad Mahdi Heidarnia