Skip to main content
Visual separator between items or groups in a Select dropdown.
{
  "type": "object",
  "properties": {
    "type": {
      "const": "SelectSeparator",
      "default": "SelectSeparator",
      "type": "string"
    },
    "id": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "HTML id attribute for CSS targeting. Applied to the outermost element."
    },
    "cssClass": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "CSS/Tailwind classes for styling. Accepts a Responsive() for breakpoint-aware classes."
    }
  },
  "required": [
    "type"
  ]
}