{
  "$schema": "../../schemas/component-contract.schema.json",
  "name": "comment",
  "category": "data-display",
  "status": "beta",
  "kind": "custom-element",
  "tagName": "blora-comment",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {},
  "properties": {},
  "methods": {},
  "events": {},
  "slots": {
    "avatar": "Optional avatar or other identity control.",
    "author": "Optional author name or identity content.",
    "meta": "Optional meta content such as time or status. `slot=\"time\"` is accepted as an alias.",
    "default": "Comment body. Any components or text.",
    "actions": "Optional action controls. Authors supply official buttons or other components.",
    "nested": "Optional nested replies. Child `blora-comment` elements are also collected here."
  },
  "parts": [],
  "cssProperties": [],
  "accessibilityPattern": "section"
}
