- Notifications
You must be signed in to change notification settings - Fork17
Clean & minimal vue form elements and form builder with validation
License
NotificationsYou must be signed in to change notification settings
antonreshetov/vue-form-components
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
https://antonreshetov.github.io/vue-form-components
Installing with npm is recommended and it works seamlessly with webpack.
npmivfc
You can download latest version from the Github: Download
To use in your project, just import vfc and install into Vue.
importVuefrom'vue'importAppfrom'./App.vue'importVFCfrom'vfc'import'vfc/dist/vfc.css'Vue.use(VFC)newVue({render:h=>h(App)}).$mount('#app')
<template><vue-input></vue-input></template><script>import'vfc/dist/vfc.css'import{Input}from'vfc'exportdefault{components:{[Input.name]:Input}}</script>
Full component list:
import{Input,Button,Checkbox,CheckboxGroup,Radio,Select,Option,Form,FormItem,FormBuilder}from'vfc'
MIT © 2018-presentAnton Reshetov
About
Clean & minimal vue form elements and form builder with validation
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.