BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/neon-ui/popover

Popover

neon-ui/popover
FreeComponent

Base UI popover in the house chrome.

Install it

npx shadcn@latest add https://ui.neon.com/r/popover.json

Source

src/components/ui/popover.tsxui.neon.com/r/popover.json
1"use client";
2
3import { Popover as PopoverPrimitive } from "@base-ui/react/popover";
4
5import { cn } from "@/lib/utils";
6
7function Popover(props: PopoverPrimitive.Root.Props) {
8 return <PopoverPrimitive.Root {...props} />;
9}
10
11function PopoverTrigger(props: PopoverPrimitive.Trigger.Props) {
12 return <PopoverPrimitive.Trigger data-slot="popover-trigger" {...props} />;
13}
14
15function PopoverContent({
16 align = "start",
17 className,
18 sideOffset = 6,
19 ...props
20}: PopoverPrimitive.Popup.Props & {
21 align?: PopoverPrimitive.Positioner.Props["align"];
22 sideOffset?: PopoverPrimitive.Positioner.Props["sideOffset"];
23}) {
24 return (
25 <PopoverPrimitive.Portal>
26 <PopoverPrimitive.Positioner align={align} sideOffset={sideOffset}>
27 <PopoverPrimitive.Popup
28 className={cn(
29 "fade-in-0 slide-in-from-bottom-1 z-50 animate-in rounded-lg border border-border/60 bg-card p-3 duration-200 motion-reduce:animate-none",
30 className
31 )}
32 data-slot="popover-content"
33 {...props}
34 />
35 </PopoverPrimitive.Positioner>
36 </PopoverPrimitive.Portal>
37 );
38}
39
40export { Popover, PopoverContent, PopoverTrigger };

What it pulls in

npm packages

  • @base-ui/react

Other registry items

  • utils
  • https://ui.neon.com/r/neon-tokens.json

Files it writes

  • src/components/ui/popover.tsx

Facts

Registry
neon-ui
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-03
Last confirmed
today

Go to the source

ui.neon.com neon-solutions/ui on GitHub Raw registry item This item as JSON

More from neon-ui

All 77 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
ActivityFeedactivity-feedneon-uiComponentsFree2 deps
AgentChatagent-chatneon-uiComponentsFree6 deps
AnimatedWashanimated-washneon-uiComponentsFreeno deps · 2 files
ApiKeyListapi-key-listneon-uiComponentsFree2 deps
AppCardapp-cardneon-uiComponentsFree2 deps
AppCreatorapp-creatorneon-uiComponentsFree2 deps
AuthFormauth-formneon-uiComponentsFreeno deps
AutoscaleChartautoscale-chartneon-uiComponentsFree1 dep
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex