An open API service indexing awesome lists of open source software.

https://github.com/felixpy/formotor

A lightweight jquery/zepto form component framework(inspired by Vue.js).
https://github.com/felixpy/formotor

component formotor framework javascript mvc view vue

Last synced: about 1 year ago
JSON representation

A lightweight jquery/zepto form component framework(inspired by Vue.js).

Awesome Lists containing this project

README

          

# Formotor.js

A lightweight jquery/zepto form component framework(inspired by Vue.js).

[![License](https://img.shields.io/npm/l/formotor.svg)](https://www.npmjs.com/package/formotor)
[![Version](https://img.shields.io/npm/v/formotor.svg)](https://www.npmjs.com/package/formotor)
[![Codecov](https://codecov.io/gh/felixpy/formotor/branch/dev/graph/badge.svg)](https://codecov.io/gh/felixpy/formotor)
[![TravisCI](https://travis-ci.org/felixpy/formotor.svg?branch=dev)](https://travis-ci.org/felixpy/formotor)

## Example

[Formotor TodoMVC Example](https://jsfiddle.net/felixpy/x28rdemc/)

## Docs

[English](https://felixpy.github.io/formotor) | [简体中文](https://felixpy.github.io/formotor/#/zh-cn/)

No longer waiting:

- [Quick Start](https://felixpy.github.io/formotor/#/intro)
- [Guide](https://felixpy.github.io/formotor/#/component)
- [API Reference](https://felixpy.github.io/formotor/#/api)

## Core Features

- :camera: Component
- :tv: Directive
- :watch: Validation
- :radio: Get/Set Values

## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2016 - present, Felix Yang