bg-form-builder
v1.0.1-alpha.0
Published
## Installation
Downloads
28
Readme
bg-form-builder
Installation
Globally register all components with:
import bgFormBuilder from 'bg-form-builder'
Vue.use(bgFormBuilder)Individually packaged components
If you only want to use a small subset of components, import only individually packaged components to reduce the size of your application:
import FormBuilder from 'bg-form-builder/FormBuilder';
import FormInput from 'bg-form-builder/FormInput';
import FormSelect from 'bg-form-builder/FormSelect';
import FormSelection from 'bg-form-builder/FormSelection';
import FormButton from 'bg-form-builder/FormButton';