Are you building custom input components or build them from scratch in every project?

This page summarizes the projects mentioned and recommended in the original post on /r/vuejs

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • react-jsonschema-form

    A React component for building Web forms from JSON Schema.

  • When I used react I used react-jsonschema-form which was awesome. Instead of writing inputs and forms I wrote the shape of that form in schema (or better yet, had my server send the shape of the form from the endpoint so that the front end required no coding). Unfortunately the vue equivalents never got ported to vue3 (and seem abandoned), so I wrote my own. Now I write stuff like:

  • Vest

    Vest ✅ Declarative validations framework

  • For the validations I have worked with VeeValidate and a new framework called Vest lately and I really like it, super easy to work with it.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Best react form validation libraries to use in 2023

    5 projects | /r/u_Charming-Treacle-726 | 25 Mar 2023
  • Basic principles of Formik

    1 project | dev.to | 13 May 2024
  • Getting started with React Hook Form

    1 project | dev.to | 10 May 2024
  • formengine VS react-hook-form - a user suggested alternative

    2 projects | 2 May 2024
  • Build Dynamic Forms with React Hook Form

    1 project | dev.to | 28 Mar 2024