form-builder
A dynamic form-building tool that allows users to create, customize, and validate forms seamlessly within web applications.
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- cn.spec.ts
- generateReactHookFormCode.spec.ts
- isNotEmpty.spec.ts
- normalizeTweetForReactTweet.spec.ts
- layout.tsx
- page.tsx
- layout.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- layout.tsx
- page.tsx
- layout.tsx
- page.tsx
- layout.tsx
- page.tsx
- route.ts
- route.ts
- GeistMonoVF.woff
- GeistVF.woff
- page.tsx
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- shadcnspace.webp
- logo.svg
- oc-thinking.png
- oc-thinking.svg
- yt3.png
- checkbox.tsx
- schema.ts
- autocomplete-form.tsx
- autocomplete.tsx
- availability-picker.tsx
- color-picker.tsx
- component-doc-shell.tsx
- components-sidebar.tsx
- credit-card-form.tsx
- credit-card.tsx
- cron-expression-builder.tsx
- emoji-picker.tsx
- image-upload-dropzone.tsx
- inline-editable-field.tsx
- location-form.tsx
- location-input.tsx
- masked-input.tsx
- signature-form.tsx
- signature-input.tsx
- signature-pad-form.tsx
- signature-pad.tsx
- sortable-list-input.tsx
- token-input.tsx
- transfer-list.tsx
- tree-select.tsx
- block-content.tsx
- column-manager.tsx
- editor.tsx
- index.tsx
- index.tsx
- blur-fade.tsx
- border-beam.tsx
- dot-pattern.tsx
- flickering-grid.tsx
- marquee.tsx
- ripple.tsx
- tweet-card.tsx
- tweet-client.tsx
- special-component-notice.tsx
- hero-video.tsx
- index.tsx
- faq.tsx
- how-it-works.tsx
- logos.tsx
- problem.tsx
- solution.tsx
- sponsors.tsx
- testimonials.tsx
- base-auth-shell.tsx
- better-auth.tsx
- clerk-auth.tsx
- clerk-forgot-password.tsx
- clerk-install-hint.tsx
- clerk-reset-password.tsx
- clerk-sign-in.tsx
- clerk-sign-up.tsx
- code-viewer.tsx
- contact.tsx
- firebase-auth.tsx
- forgot-password.tsx
- login.tsx
- newsletter.tsx
- register.tsx
- reset-password.tsx
- shadcn-auth.tsx
- sign-in.tsx
- sign-up.tsx
- supabase-auth.tsx
- template-block-viewer.tsx
- templates-sidebar.tsx
- accordion.tsx
- autocomplete.tsx
- availability-picker.tsx
- avatar.tsx
- badge.tsx
- breadcrumb.tsx
- button.tsx
- calendar.tsx
- card.tsx
- checkbox.tsx
- color-picker.tsx
- command.tsx
- context-menu.tsx
- credit-card.md
- credit-card.tsx
- cron-expression-builder.tsx
- datetime-picker.tsx
- dialog.tsx
- drawer.tsx
- dropdown-menu.tsx
- emoji-picker.tsx
- field.tsx
- file-upload.tsx
- form.tsx
- icons.tsx
- if.tsx
- image-upload-dropzone.tsx
- inline-editable-field.tsx
- input-otp.tsx
- input.tsx
- json-schema-export.tsx
- label.tsx
- location-input.tsx
- masked-input.tsx
- multi-select.tsx
- password-input.tsx
- phone-input.tsx
- popover.tsx
- progress.tsx
- radio-group.tsx
- rating.tsx
- scroll-area.tsx
- select.tsx
- separator.tsx
- sheet.tsx
- sidebar.tsx
- signature-input.tsx
- signature-pad.tsx
- skeleton.tsx
- slider.tsx
- smart-datetime-input.tsx
- sonner.tsx
- sortable-list-input.tsx
- switch.tsx
- tabs.tsx
- tags-input.tsx
- textarea.tsx
- theme-switch.tsx
- toast.tsx
- toaster.tsx
- token-input.tsx
- tooltip.tsx
- transfer-list.tsx
- tree-select.tsx
- animated-tooltip.tsx
- code.tsx
- features-vertical.tsx
- hearth-icon.tsx
- icons.tsx
- number-ticker.tsx
- safari.tsx
- section.tsx
- shiny-button.tsx
- smile.tsx
- sponsors-radar.tsx
- star-icon.tsx
- use-raised-shadow.ts
- array-utils.ts
- components.ts
- index.tsx
- menu.tsx
- special-components.ts
- templates.ts
- DropdownContext.tsx
- countries.json
- sponsors.ts
- states.json
- use-media-query.ts
- use-mobile.tsx
- use-toast.ts
- config.tsx
- json-schema-generator.ts
- tweet-utils.ts
- utils.ts
- validation-schemas.ts
- validation-utils.ts
- index.tsx
- theme-provider.tsx
- shadcnspace.webp
- autocomplete.json
- availability-picker.json
- color-picker.json
- credit-card.json
- cron-expression-builder.json
- emoji-picker.json
- image-upload-dropzone.json
- inline-editable-field.json
- location-input.json
- masked-input.json
- signature-input.json
- signature-pad.json
- sortable-list-input.json
- token-input.json
- transfer-list.json
- tree-select.json
- code.webp
- customization.webp
- meta.png
- robots.txt
- sitemap-0.xml
- sitemap.xml
- validation.webp
- autocomplete.tsx
- availability-picker.tsx
- color-picker.tsx
- credit-card.tsx
- cron-expression-builder.tsx
- emoji-picker.tsx
- image-upload-dropzone.tsx
- inline-editable-field.tsx
- location-input.tsx
- masked-input.tsx
- signature-input.tsx
- signature-pad.tsx
- sortable-list-input.tsx
- token-input.tsx
- transfer-list.tsx
- tree-select.tsx
- index.ts
- registry-components.ts
- schema.ts
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- bring-your-own.tsx
- field-snippets.tsx
- index.tsx
- react-hook-form.tsx
- server-actions.tsx
- tanstack-form.tsx
- index.tsx
- field-item.tsx
- build-registry.ts
- .eslintrc.json
- .gitignore
- .prettierrc
- components.json
- global.d.ts
- Icon
- LICENSE
- next-sitemap.config.js
- next.config.mjs
- package.json
- pnpm-lock.yaml
- postcss.config.mjs
- proxy.ts
- README.md
- tailwind.config.js
- tsconfig.json
- types.ts
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/hasanharman/form-builder
Downloads the entire project code from GitHub to your computer.
cd form-builder
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
