{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"popover-native","type":"registry:item","title":"Popover","description":"A floating content panel anchored to a trigger, with placement, alignment, collision handling and optional outside-press overlay.","files":[{"path":"snippets/native/popover.tsx","content":"import { Popover } from \"heroui-native\";\n\nexport function PopoverExample() {\n  return (\n    <Popover>\n      <Popover.Trigger>...</Popover.Trigger>\n      <Popover.Portal>\n        <Popover.Overlay />\n        <Popover.Content presentation=\"popover\">...</Popover.Content>\n      </Popover.Portal>\n    </Popover>\n  );\n}\n","type":"registry:file","target":"~/snippets/native/popover.tsx"}],"author":"heroui","dependencies":["heroui-native"]}