VueJS Generators
GitHubNPMJSFiddleCodePen
develop
develop
  • Getting Started
  • Installation
  • Usage
    • Styling
  • Component
    • Schema
    • Model
    • Options
    • Events
  • Fields
    • Field Properties
      • Inside Buttons
    • Core Fields
      • checkbox
      • checklist
      • input
      • label
      • radios
      • select
      • submit
      • textArea
    • Optional Fields
      • cleave
      • dateTimePicker
      • googleAddress
      • image
      • masked
      • noUiSlider
      • pikaday
      • selectEx
      • rangeSlider
      • spectrum
      • staticMap
      • switch
      • vueMultiSelect
    • Custom Fields
  • Groups
  • Validation
    • Built in Validators
    • Custom Validators
    • Handling Validation Events
Powered by GitBook
On this page

Was this helpful?

  1. Usage

Styling

PreviousUsageNextComponent

Last updated 6 years ago

Was this helpful?

While vue-form-generator is Bootstrap friendly, you may want to change the style to better suit your website. If you want to start from scratch (not recommended) just omit the vue-form-generator/dist/vfg.css import.

A better way is to use vue-form-generator/dist/vfg.css as a base and change from it.

Custom Style Example