[
  {
    "name": "id",
    "type": "string",
    "required": false,
    "description": "The ID of the tag.",
    "released": "10.0.0"
  },
  {
    "name": "text",
    "type": "string",
    "required": true,
    "description": "If `html` is set, this is not required. Text to use within the tag component. If `html` is provided, the `text` argument will be ignored.",
    "released": "4.0.0"
  },
  {
    "name": "html",
    "type": "string",
    "required": true,
    "description": "If `text` is set, this is not required. HTML to use within the tag component. If `html` is provided, the `text` argument will be ignored.",
    "released": "4.0.0"
  },
  {
    "name": "classes",
    "type": "string",
    "required": false,
    "description": "Classes to add to the tag.",
    "released": "4.0.0"
  },
  {
    "name": "attributes",
    "type": "object",
    "required": false,
    "description": "HTML attributes (for example data attributes) to add to the tag.",
    "released": "4.0.0"
  },
  {
    "name": "colour",
    "type": "string",
    "required": false,
    "description": "Optional colour modifier for the tag – `\"white\"`, `\"grey\"`, `\"green\"`, `\"aqua-green\"`, `\"blue\"`, `\"purple\"`, `\"pink\"`, `\"red\"`, `\"orange\"` or `\"yellow\"`.",
    "released": "10.4.0"
  },
  {
    "name": "border",
    "type": "boolean",
    "required": false,
    "description": "If set to `false`, remove border from the tag.",
    "released": "10.4.0"
  }
]
