{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "p-scroll-area-3",
  "description": "Scroll area with both directions",
  "registryDependencies": [
    "@coss/scroll-area"
  ],
  "files": [
    {
      "path": "registry/default/particles/p-scroll-area-3.tsx",
      "content": "import { ScrollArea } from \"@/registry/default/ui/scroll-area\";\n\nexport default function Particle() {\n  return (\n    <ScrollArea className=\"h-80 max-w-80 rounded-lg border\">\n      <p className=\"min-w-100 p-4\">\n        Just as suddenly as it had begun, the sensation stopped, leaving Alice\n        feeling slightly disoriented. She looked around and realized that the\n        room hadn't changed at all - it was she who had grown smaller, shrinking\n        down to a fraction of her previous size. Alice felt herself growing\n        larger and larger, filling up the entire room until she feared she might\n        burst. The sensation was both thrilling and terrifying, as if she were\n        expanding beyond the confines of her own body. She wondered if this was\n        what it felt like to be a balloon, swelling with air until it could hold\n        no more. Alice peered into the mirror, her reflection staring back at\n        her with an air of mischief. She wondered what it would be like to step\n        through the glass and into the world beyond, where everything seemed to\n        be topsy-turvy and nothing was quite as it seemed. It's no use going\n        back to yesterday, because I was a different person then, reflected\n        Alice.\n      </p>\n    </ScrollArea>\n  );\n}\n",
      "type": "registry:block"
    }
  ],
  "categories": [
    "scroll area"
  ],
  "type": "registry:block"
}