JSFiddle - React, Tailwind, and code Playground

by adelura

JavaScript

{
    "nodeName": "ScreenElement",
    "name": "Unknown",
    "ext": "ApplicationNode",
    "sources": [],
    "allowedChildren": [],
    "attributes": {
        "background": {
            "className": "Image",
            "defaultValue": null,
            "actualValue": null,
            "userProvided": true,
            "options": {
                "label": "Background image",
                "isRequired": false,
                "existsWhenEmpty": false
            },
            "label": "Background image"
        },
        "align": {
            "className": "Align",
            "defaultValue": "left",
            "actualValue": null,
            "userProvided": true,
            "options": {
                "label": "Align",
                "isRequired": false,
                "existsWhenEmpty": false,
                "default": "left",
                "options": {
                    "left": "left",
                    "center": "center",
                    "right": "right",
                    "distributed": "distributed"
                }
            },
            "label": "Align"
        },
        "valign": {
            "className": "Valign",
            "defaultValue": "top",
            "actualValue": null,
            "userProvided": true,
            "options": {
                "label": "Valign",
                "isRequired": false,
                "existsWhenEmpty": false,
                "default": "top",
                "options": {
                    "top": "top",
                    "center": "center",
                    "bottom": "bottom",
                    "distributed": "distributed"
                }
            },
            "label": "Valign"
        },
        "id": {
            "className": "String",
            "defaultValue": null,
            "actualValue": null,
            "userProvided": false,
            "options": {
                "userProvided": false,
                "isRequired": false,
               ...