BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/skyroc-ui/popover

Popover

skyroc-ui/popover
FreeBlock

skyroc-ui publishes no description for this item.

Install it

npx shadcn@latest add https://ui-play.skyroc.me/r/popover.json

Source

src/components/popover/Popover.tsxui-play.skyroc.me/r/popover.json
1'use client';
2
3import type { ComponentRef } from 'react';
4import { forwardRef } from 'react';
5import type { Content } from '@radix-ui/react-popover';
6import { useComponentConfig } from '../config-provider/context';
7import PopoverUI from './PopoverUI';
8import type { PopoverProps } from './types';
9
10const Popover = forwardRef<ComponentRef<typeof Content>, PopoverProps>((props, ref) => {
11 const config = useComponentConfig('popover');
12
13 const mergedProps = {
14 ...config,
15 ...props
16 };
17
18 return (
19 <PopoverUI
20 {...mergedProps}
21 ref={ref}
22 />
23 );
24});
25
26Popover.displayName = 'Popover';
27
28export default Popover;

What it pulls in

Other registry items

  • https://ui-play.skyroc.me/r/style.json

Files it writes

  • src/components/popover/Popover.tsx
  • src/components/popover/PopoverAnchor.tsx
  • src/components/popover/PopoverArrow.tsx
  • src/components/popover/PopoverContent.tsx
  • src/components/popover/PopoverUI.tsx
  • src/components/popover/index.ts
  • src/components/popover/popover-varianst.ts
  • src/components/popover/types.ts

Facts

Registry
skyroc-ui
Type
registry:block
Access
Free
Files written
8
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

ui-play.skyroc.me Ohh-889/skyroc-ui on GitHub Raw registry item This item as JSON

More from skyroc-ui

All 58 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordionaccordionskyroc-uiBlocksFree2 deps · 10 files
Alertalertskyroc-uiBlocksFree1 dep · 9 files
Alert Dialogalert-dialogskyroc-uiBlocksFree2 deps · 13 files
Arrowarrowskyroc-uiBlocksFreeno deps
Aspect Ratioaspect-ratioskyroc-uiBlocksFree1 dep · 4 files
Avataravatarskyroc-uiBlocksFree1 dep · 8 files
Badgebadgeskyroc-uiBlocksFreeno deps · 7 files
Bottom Sheetbottom-sheetskyroc-uiBlocksFreeno deps · 12 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