Skip to content

codingapi/form-pc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form PC

A modern UI Framework built with React and TypeScript, providing powerful form components and tools for building complex web applications.

Features

  • 🚀 Built with React 18 and TypeScript
  • 📦 Modular and tree-shakeable
  • 🎨 Beautiful and customizable UI components
  • 📝 Rich form components and validation
  • 🔧 Easy to use and extend
  • 🎯 High performance and optimized bundle size

Installation

# Using npm
npm install @codingapi/form-pc

# Using yarn
yarn add @codingapi/form-pc

# Using pnpm
pnpm add @codingapi/form-pc

Quick Start

import { Form } from '@codingapi/form-pc';

function App() {
  return (
    <Form>
      {/* Your form components here */}
    </Form>
  );
}

Development

# Install dependencies
yarn install

# Start development server
yarn dev

# Build for production
yarn build

# Run tests
yarn test

Project Structure

form-pc/
├── src/              # Source code
├── dist/             # Build output
│   ├── cjs/         # CommonJS build
│   └── esm/         # ES Modules build
├── rollup.config.js  # Rollup configuration
└── package.json     # Project metadata

Browser Support

  • Chrome >= 60
  • Firefox >= 60
  • Safari >= 12
  • Edge >= 79

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

Apache-2.0 © CodingAPI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published