All Projects → json-schema-form → angular-schema-form-bootstrap

json-schema-form / angular-schema-form-bootstrap

Licence: other
Bootstrap decorator for Angular Schema Form

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to angular-schema-form-bootstrap

Angular Schema Form
Generate forms from a JSON schema, with AngularJS!
Stars: ✭ 2,456 (+4812%)
Mutual labels:  json-schema, angular-schema-form, json-ui-schema, json-schema-form
sf-java-ui
Json Schema Form java based library allow developers to define schema and form using field annotations
Stars: ✭ 23 (-54%)
Mutual labels:  json-schema, angular-schema-form, json-schema-form
universal-json-schema
📜 Universal JSON Schema Form - Currently Support for React - Material UI components for building Web forms from JSON Schema.
Stars: ✭ 102 (+104%)
Mutual labels:  json-schema, json-schema-form
Json Editor
JSON Schema Based Editor
Stars: ✭ 2,909 (+5718%)
Mutual labels:  json-schema, json-schema-form
Form Render
🚴‍♀️ 阿里飞猪 - 很易用的中后台「表单 / 表格 / 图表」解决方案
Stars: ✭ 3,881 (+7662%)
Mutual labels:  json-schema
Json Schema Org.github.io
JSON Schema website
Stars: ✭ 213 (+326%)
Mutual labels:  json-schema
Verify Json
verify-json
Stars: ✭ 208 (+316%)
Mutual labels:  json-schema
Api Development Tools
📚 A collection of useful resources for building RESTful HTTP+JSON APIs.
Stars: ✭ 2,519 (+4938%)
Mutual labels:  json-schema
openshift-json-schema
A set of JSON schemas for various OpenShift versions, extracted from the OpenAPI definitions
Stars: ✭ 23 (-54%)
Mutual labels:  json-schema
OpenAPI-Delphi
The Delphi-OpenAPI library is an OpenAPI 3.0 document generator and parser for Delphi
Stars: ✭ 79 (+58%)
Mutual labels:  json-schema
Json Schema Tools
Packages for working with JSON Schema and JSON Hyper-Schema
Stars: ✭ 232 (+364%)
Mutual labels:  json-schema
Type O Rama
👾 JS type systems interportability
Stars: ✭ 217 (+334%)
Mutual labels:  json-schema
Full Stack Fastapi Couchbase
Full stack, modern web application generator. Using FastAPI, Couchbase as database, Docker, automatic HTTPS and more.
Stars: ✭ 243 (+386%)
Mutual labels:  json-schema
Vue Json Edit
Visual JSON editor built as an vue component. Provides a basic GUI
Stars: ✭ 207 (+314%)
Mutual labels:  json-schema
json-kotlin-schema-codegen
Code generation for JSON Schema (Draft 07)
Stars: ✭ 52 (+4%)
Mutual labels:  json-schema
Validr
A simple, fast, extensible python library for data validation.
Stars: ✭ 205 (+310%)
Mutual labels:  json-schema
Spot
Spot is a concise, developer-friendly way to describe your API contract.
Stars: ✭ 230 (+360%)
Mutual labels:  json-schema
Rxdb
🔄 A client side, offline-first, reactive database for JavaScript Applications
Stars: ✭ 16,670 (+33240%)
Mutual labels:  json-schema
Jsonon
A json online view
Stars: ✭ 228 (+356%)
Mutual labels:  json-schema
Kubernetes Json Schema
A set of JSON schemas for various Kubernetes versions, extracted from the OpenAPI definitions
Stars: ✭ 234 (+368%)
Mutual labels:  json-schema

Angular Bootstrap Decorator

For https://github.com/json-schema-form/angular-schema-form

This is the new Bootstrap Decorator! That means a Bootstrap 3 frontend for the Angular Schema Form project. The former Bootstrap decorator used to be included in the main repo, but has now moved here.

The big difference is that it now uses new builder methods, for more info on the builder see our blog.

The biggest change for users is that the form no longer contains any <bootstrap-decorator> tags since they are no longer needed.

Install

npm install angular-schema-form-bootstrap

note we do not recommend using bower as even the bower team recommend using yarn and webpack now.

The package.json 'main' script is this library alone and unminified so that minification can be handled by webpack or another script bundler.

Note when using webpack angular-schema-form versions match this repo so ASF 1.0.0-alpha.4 works with Bootstrap 1.0.0-alpha.4.

If you are unsure, check the bundled version in this repo and see which versions are used as both repo now include a version header.

Look for this:

/*!
 * angular-schema-form
 * @version 1.0.0-alpha.4
 * @date Mon, 17 Apr 2017 08:55:13 GMT
 * @link https://github.com/json-schema-form/angular-schema-form
 * @license MIT
 * Copyright (c) 2014-2017 JSON Schema Form
 */

Old versions pre-alpha work with 0.8.13 or ASF, but the alphas should be more stable than those versions with more bugs fixed.

If you include angular-schema-form-bootstrap-bundled.min.js you DO NOT need to include angular-schema-form, it is now embedded within the bundled above file. If you wish to include the files separately you can still use angular-schema-form-bootstrap.js or angular-schema-form-bootstrap.min.js

Future

Using the new builder opens up for a lot of optimization. Primarily we can get rid of a lot of small watches by using build helpers. For instance, slapping on a sf-changed directive only if the form definition has an onChange option.

Developer Install

bower install
npm install

Then read package.json for the available scripts. Note templates are compiled so the templates script must be run after changes.

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