All Projects → formql → Formql

formql / Formql

Licence: mit
FormQL - A framework for building dynamic forms in Angular

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Formql

Recife
A powerful MVC Framework for GraphQL
Stars: ✭ 20 (-81.82%)
Mutual labels:  graphql, framework
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+804.55%)
Mutual labels:  framework, javascript-framework
Turbulette
😴 Turbulette - A batteries-included framework to build high performance, fully async GraphQL APIs
Stars: ✭ 29 (-73.64%)
Mutual labels:  graphql, framework
Graphql Framework Experiment
Code-First Type-Safe GraphQL Framework
Stars: ✭ 698 (+534.55%)
Mutual labels:  graphql, framework
App
Reusable framework for micro services & command line tools
Stars: ✭ 66 (-40%)
Mutual labels:  graphql, framework
Graphene
GraphQL framework for Python
Stars: ✭ 6,964 (+6230.91%)
Mutual labels:  graphql, framework
Ever
Ever® - Open-Source Commerce Platform for On-Demand Economy and Digital Marketplaces
Stars: ✭ 980 (+790.91%)
Mutual labels:  graphql, framework
Spikenail
A GraphQL Framework for Node.js
Stars: ✭ 358 (+225.45%)
Mutual labels:  graphql, framework
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+916.36%)
Mutual labels:  graphql, framework
Rest Layer
REST Layer, Go (golang) REST API framework
Stars: ✭ 1,068 (+870.91%)
Mutual labels:  graphql, framework
Website
Source for emberjs.com
Stars: ✭ 621 (+464.55%)
Mutual labels:  framework, javascript-framework
Dahlia
An opinionated React Framework. [Rename to pea.js]
Stars: ✭ 92 (-16.36%)
Mutual labels:  graphql, framework
Vesper
Vesper is a NodeJS framework that helps you to create scalable, maintainable, extensible, declarative and fast GraphQL-based server applications.
Stars: ✭ 576 (+423.64%)
Mutual labels:  graphql, framework
Api Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
Stars: ✭ 7,144 (+6394.55%)
Mutual labels:  graphql, framework
Framework
.NET Core Extensions and Helper NuGet packages.
Stars: ✭ 399 (+262.73%)
Mutual labels:  graphql, framework
Orionjs
A new framework for serverside GraphQL apps
Stars: ✭ 35 (-68.18%)
Mutual labels:  graphql, framework
Graffiti
Minimalistic GraphQL framework
Stars: ✭ 306 (+178.18%)
Mutual labels:  graphql, framework
Railt
⚡️ A PHP GraphQL Framework
Stars: ✭ 353 (+220.91%)
Mutual labels:  graphql, framework
Mvvmrecurve
MVVM框架, 这个架构支持RestFul风格的Api和GraphQL,你可以根据自身需求添加recurve-retrofit2-support库(RestFul)或recurve-apollo-support库(GraphQL)实现相应的支持。 该架构同时使用纯Kotlin开发,但是你也可以在Java中使用它。
Stars: ✭ 51 (-53.64%)
Mutual labels:  graphql, framework
Uvicorn Gunicorn Starlette Docker
Docker image with Uvicorn managed by Gunicorn for high-performance Starlette web applications in Python 3.7 and 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 92 (-16.36%)
Mutual labels:  graphql, framework

FormQL - A framework for bulding dynamic forms

FormQL is a framework for building dynamic forms in Angular. It comes with an editor that offers a drag and drop functionality to make it easier for non technical users to maintain the forms as well as an extensible APIs for allowing developers to extend the functionality with custom components.

FormQL comes with the following features:

  • CSS grid templating: define the structure of your form with CSS grid standards.
  • Dynamic validation: add rules to dynamically make fields mandatory, read only or hidden.
  • Calculated fields: add logic to perform calculation based on the values in other fields.
  • Field formatting with Text-Mask: includes the ability to format fields such as currencies and dates.
  • Extensible: ability to extend the forms with your own custom components.

Demo

Stackblitz Demos (also avaiable in ./examples in this repo)

Documentation

https://github.com/formql/formql/wiki

Libraries

Core libraries

Bundles

How to run this repo

git clone https://github.com/formql/formql.git
cd formql
npm install
npm start

Contact us

License

FormQL is MIT licensed.

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].