{
  "$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
  "name": "DashboardValue",
  "description": "DashboardValue component",
  "platforms": [
    "react",
    "rails"
  ],
  "props": {
    "align": {
      "type": "enum",
      "platforms": [
        "react",
        "rails"
      ],
      "values": [
        "left",
        "center",
        "right"
      ],
      "default": "left"
    },
    "statChange": {
      "type": "GenericObject",
      "platforms": [
        "react",
        "rails"
      ]
    },
    "statLabel": {
      "type": "string",
      "platforms": [
        "react",
        "rails"
      ]
    },
    "statValue": {
      "type": "GenericObject",
      "platforms": [
        "react",
        "rails"
      ]
    }
  },
  "globalProps": true,
  "usage": {
    "react": {
      "import": "import { DashboardValue } from 'playbook-ui'",
      "example": "<DashboardValue align=\"left\"></DashboardValue>"
    },
    "rails": {
      "import": null,
      "example": "<%= pb_rails(\"dashboard_value\", props: { align: \"left\" }) %>"
    }
  }
}
