All Projects → TheJuki → Kformmaster

TheJuki / Kformmaster

Licence: apache-2.0
Generic form builder in Kotlin

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kformmaster

Vue Form Builder
Build powerful vue form with JSON schema and composition api.
Stars: ✭ 325 (+88.95%)
Mutual labels:  form, form-builder
Usetheform
React library for composing declarative forms, manage their state, handling their validation and much more.
Stars: ✭ 40 (-76.74%)
Mutual labels:  form, form-builder
React Hook Form
📋 React Hooks for form state management and validation (Web + React Native)
Stars: ✭ 24,831 (+14336.63%)
Mutual labels:  form, form-builder
Laraform
Reactive Form Builder for Vue.js with Laravel Support
Stars: ✭ 259 (+50.58%)
Mutual labels:  form, form-builder
Ngx Dynamic Form Builder
FormBuilder + class-transformer + class-validator = dynamic form group builder for Angular10+
Stars: ✭ 93 (-45.93%)
Mutual labels:  form, form-builder
Form Create
🔥🔥🔥 强大的动态表单生成器|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON.
Stars: ✭ 3,698 (+2050%)
Mutual labels:  form, form-builder
Forms
📝 Simple form & survey app for Nextcloud
Stars: ✭ 127 (-26.16%)
Mutual labels:  form, form-builder
antd-react-form-builder
Example
Stars: ✭ 74 (-56.98%)
Mutual labels:  form, form-builder
Core
The Form Tools Core.
Stars: ✭ 156 (-9.3%)
Mutual labels:  form, form-builder
Formium
The headless form builder for the modern web.
Stars: ✭ 78 (-54.65%)
Mutual labels:  form, form-builder
fform
Flexibile and extendable form builder with constructor
Stars: ✭ 26 (-84.88%)
Mutual labels:  form, form-builder
React Native Form Builder
Handle your forms in a smart way
Stars: ✭ 113 (-34.3%)
Mutual labels:  form, form-builder
grav-plugin-form
Grav Form Plugin
Stars: ✭ 48 (-72.09%)
Mutual labels:  form, form-builder
Vue Form Builder
Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
Stars: ✭ 292 (+69.77%)
Mutual labels:  form, form-builder
react-cool-form
😎 📋 React hooks for forms state and validation, less code more performant.
Stars: ✭ 246 (+43.02%)
Mutual labels:  form, form-builder
Form Builder
PHP表单生成器,快速生成现代化的form表单,支持前后端分离。内置复选框、单选框、输入框、下拉选择框,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等17种常用组件。
Stars: ✭ 607 (+252.91%)
Mutual labels:  form, form-builder
Angular Surveys
Angular survey / form builder inspired by Google Forms
Stars: ✭ 219 (+27.33%)
Mutual labels:  form, form-builder
react-jsonschema-formbuilder
No description or website provided.
Stars: ✭ 45 (-73.84%)
Mutual labels:  form, form-builder
Redaxo yform
YForm für REDAXO 5 – Formulare im Frontend und Backend mit Verwaltung von Datenbank-Tabellen.
Stars: ✭ 60 (-65.12%)
Mutual labels:  form, form-builder
Formeditor
A form builder editor for Umbraco 7 - let your editors build forms easily with this free package.
Stars: ✭ 95 (-44.77%)
Mutual labels:  form, form-builder

Build status codecov codebeat badge API Android Arsenal Maven Central

This is a Kotlin port of FormMaster

Examples

Full Screen Partial Screen Login
Example Example Example

Documentation

https://thejuki.github.io/KFormMaster

Java Compatibility

  • This library was ported from Java and is still compatible with Java code
  • See Java Example

Installation

NOTE: This library was moved from Bintray/JCenter to Maven Central. The group id is now "com.github.thejuki".

Add this in your app's build.gradle file:

ext {
  kFormMasterVersion = [Latest]
}

implementation "com.github.thejuki:k-form-master:$kFormMasterVersion"

Add this to your root build.gradle file:

allprojects {
    repositories {
        mavenCentral()
        google()
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

BrowserStack

BrowserStack

The App Automate feature of BrowserStack is used for Espresso testing of this library. The App Automate REST API is used to upload the example app and test app to test multiple devices in parallel.

License

This library is available as open source under the terms of the Apache License, Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].