Jig Types

1min

Refer to the Jigs (screens) topic to understand concepts, use cases, and how to configure the various types. The topics in this section provide code examples for each type.

Types

Use

Code Examples

Calendar

Use this to build a calendar to display scheduled events and create new events based on a date and time.

jig.calendar

Default

The default is the most versatile and provides the majority of functionality and a combination of different components and actions. The most common use of a default is for forms and lists.

jig.default

Composite

This allows you to display multiple s on one screen where you would otherwise be unable to combine the functionality in the same way. For example, a form and list are on the same screen, where the form on completion populates the list with data.

jig.composite

List

Create lists of data and style these lists with elements such as avatars, or images. Make the list interactive by adding checkboxes and swipeable elements for updating or deleting the data in the list-item.

jig.list

Document

Used to show PDF files or HTML pages inside your app.

jig.document

Full-screen

Create a full screen to show a location across the entire screen.

Updated 22 Jan 2024
Doc contributor
Did this page help you?