BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/crenspire/glass-ui/popover

Popover

crenspire-glass-ui/popover
FreeComponent

Displays rich content in a portal, triggered by a button with optional glassy variant.

Live preview

live · rendered by the registry
Rendered by crenspire/glass-ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://glass-ui.crenspire.com/r/popover.json

Source

components/ui/glass/popover.tsxglass-ui.crenspire.com/r/popover.json
1"use client"
2
3import * as React from "react"
4import {
5 Popover as BasePopover,
6 PopoverContent as BasePopoverContent,
7 PopoverTrigger,
8} from "@/components/ui/popover"
9import { cn } from "@/lib/utils"
10
11export interface PopoverContentProps extends React.ComponentProps<typeof BasePopoverContent> {
12 glow?: boolean
13}
14
15/**
16 * Glass UI Popover - Enhanced popover with glassy effects
17 */
18export const PopoverContent = React.forwardRef<
19 React.ElementRef<typeof BasePopoverContent>,
20 PopoverContentProps
21>(({ className, variant = "glass", glow = false, ...props }, ref) => {
22 return (
23 <BasePopoverContent
24 ref={ref}
25 variant={variant}
26 className={cn(
27 glow && "shadow-lg shadow-purple-500/30",
28 className
29 )}
30 {...props}
31 />
32 )
33})
34PopoverContent.displayName = "PopoverContent"
35
36export {
37 BasePopover as Popover,
38 PopoverTrigger,
39}
40

What it pulls in

npm packages

  • @radix-ui/react-popover

Other registry items

  • popover

Files it writes

  • lib/utils.ts
  • lib/glass-utils.ts
  • lib/hover-effects.ts
  • app/globals.css
  • components/ui/glass/popover.tsx

Facts

Registry
crenspire/glass-ui
Type
registry:component
Access
Free
Files written
5
Licence
the repository states none
First indexed
2026-08-03
Last confirmed
today

Go to the source

Docs on crenspire/glass-ui glass-ui.crenspire.com crenspire/glass-ui on GitHub Raw registry item This item as JSON

More from crenspire/glass-ui

All 49 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordionaccordioncrenspire/glass-uiComponentsFree2 deps · 5 files
Alertalertcrenspire/glass-uiComponentsFreeno deps · 5 files
Alert Dialogalert-dialogcrenspire/glass-uiComponentsFree1 dep · 5 files
Avataravatarcrenspire/glass-uiComponentsFree1 dep · 5 files
Badgebadgecrenspire/glass-uiComponentsFreeno deps · 5 files
Breadcrumbbreadcrumbcrenspire/glass-uiComponentsFree2 deps · 5 files
Buttonbuttoncrenspire/glass-uiComponentsFree1 dep · 5 files
Button Groupbutton-groupcrenspire/glass-uiComponentsFreeno deps · 5 files
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