VuetiForm

screenshot of VuetiForm
vue
scss
vuetify

Interactive Vuetify Form Generator with Validation & Input Styling

Overview:

The VuetiForm is a Vue.js project created by Muhammad Muhaddis, a Cyber Security Researcher and Full Stack Developer. It focuses on form validation features using Vue.js libraries like Vuelidate and VeeValidate, along with customization options with Vuetify.

Features:

  • Custom Regex Validation: Ability to set custom regular expressions for input validation.
  • Validation with Vuelidate: Integration for form validation using the Vuelidate library.
  • Validation with VeeValidate: Integration for form validation using the VeeValidate library.
  • Configure Vuetify Loader: Customization option to configure the Vuetify loader.
  • Remove Single Field: Feature to easily remove a single field from the form.
  • Single Tab for all the field: New Select Option for Field Type to group fields in a single tab.
  • Contributions: Users are encouraged to suggest improvements through creating new issues or submitting Pull Requests.
  • All-Contributors Specification: The project adheres to the all-contributors specification, welcoming contributions of any kind.
vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.