Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Core Fields

Thomas Mentzel edited this page Jan 2, 2017 · 2 revisions

The core package of NZazu already contains a basic amount of fields to use in a field definition. These fields can be extended or overwritten using a custom field factory.

NZazu fiddle can be used to test the fields and form definition on demand.

Label

A label is a very basic field which show a simple text.

Label Field

{
  "Key": "settings",
  "Type": "label",
  "Prompt": "Settings",
  "Description": "You can manage your account here."
},
Clone this wiki locally