most_key_value_editor

Last updated:

0 purchases

most_key_value_editor Image
most_key_value_editor Images
Add to Cart

Description:

most key value editor

MOST Key-Value Editor








Create highly customizable forms from JSON Schema files.




Features
Usage

Features #

Highly customizable
Out-of-the-box support for basic types:

booleans

{ "type": "boolean" }


strings

{ "type": "string" }


enums

{ "type": "string", "enumValues": ["a", "b", "c"] }


numbers

{ "type": "number" }
{ "type": "integer" }


arrays

{ "type": "array", "items": { "type": "string" } }




Out-of-the-box validation support
Feature-rich editor controller
Built-it search bar for quicker navigation

Usage #

Create JsonSchema object;
Convert JsonSchema into MostJsonSchema;
Add MostKeyValueEditor to widget tree MostJsonSchema provided!

For more information on the usage, please, check example/.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.