0.0.4 • Published 12 months ago

@mrmmh/form-builder v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

@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-builder

Requirements

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 here

Development

# Install dependencies
pnpm install

# Run development server
pnpm dev

# Build package
pnpm build

# Run type check
pnpm typecheck

# Run linting
pnpm lint

Publishing

This package uses Changesets for versioning and publishing.

# Create a new changeset
pnpm release

# Publish to npm (CI only)
pnpm ci:publish

License

ISC © Mohammad Mahdi Heidarnia

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago

0.0.0

12 months ago