Overview:
The Form Builder for @shadcn/ui is a UI-based codegen tool designed to easily create forms using @shadcn/ui components. Though the repository may seem inactive, it is undergoing refactoring for enhanced structure and code quality.
Features:
- Field types: Includes string (input), number (input), boolean (switch), enum (select, radio, combobox), and date (date picker).
- Easy to use: Provides an intuitive user interface for creating forms.
- Contributions welcome: Open for contribution via issue submissions or pull requests.
Installation:
To install the Form Builder for @shadcn/ui, follow these steps:
- Clone the repository:
git clone <repository_url>
- Install dependencies:
npm install
- Run the application:
npm start
- Access the Form Builder in your browser at
http://localhost:<port>
Summary:
The Form Builder for @shadcn/ui is a helpful tool for creating forms with various field types. It is currently undergoing improvements, making it a promising solution for generating forms using @shadcn/ui components. Contributions are encouraged to enhance the tool further.