{
    "title": "Org Chart",
    "tag": "ilw-org-chart",
    "github": "https://github.com/web-illinois/ilw-org-chart/",
    "type": "web component",
    "element-name": "ilw-org-chart",
    "description": "Organization chart web component for the Illinois Web Toolkit.",
    "builder-version": "1.0",
    "version": "1.0.1",
    "date": "09/11/2025",
    "css": "https://cdn.toolkit.illinois.edu/ilw-org-chart/1.0/ilw-org-chart.css",
    "js": "https://cdn.toolkit.illinois.edu/ilw-org-chart/1/ilw-org-chart.js",
    "production": false,
    "notes": "",
    "parent-style": "",
    "samples": [
        {
            "name": "default",
            "description": "Default information",
            "text": "<p>Lorem ipsum</p>"
        }
    ],
    "attributes-fixed": [],
    "attributes-text": [],
    "attributes": [
        {
            "name": "theme",
            "description": "Color theme used",
            "depreciated": false,
            "values": [
                "",
                "blue",
                "orange",
                "white",
                "gray"
            ]
        },
                {
            "name": "width",
            "description": "Width of the org chart (defaults to 1200)",
            "depreciated": false,
            "value": "1200"
        },
        {
            "name": "responsive",
            "description": "Enable responsive mode (defaults to false) -- if responsive mode is enabled, it will overwrite the width attribute",
            "depreciated": false,
            "values": [
                "",
                "true"
            ]
        },
        {
            "name": "hidelines",
            "description": "Hide lines (defaults to false) -- cannot be used in responsive mode",
            "depreciated": false,
            "values": [
                "",
                "true"
            ]
        }
    ],
    "classes-fixed": [],
    "classes": [],
    "css-variables": [
    ]
}
