Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Clean & minimal vue form elements and form builder with validation

License

NotificationsYou must be signed in to change notification settings

antonreshetov/vue-form-components

Repository files navigation

Vue Form Components

Documentation

https://antonreshetov.github.io/vue-form-components

Install

NPM

Installing with npm is recommended and it works seamlessly with webpack.

npmivfc

Download

You can download latest version from the Github: Download

Quick start

Global

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')

On demand

<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'

License

MIT © 2018-presentAnton Reshetov

About

Clean & minimal vue form elements and form builder with validation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp