BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/poyraz/separator

Separator

poyraz/separator
FreeComponent

Poyraz Soft Glass separator component.

Install it

npx shadcn@latest add https://ui.poyrazavsever.com/r/separator.json

Source

registry/poyraz/ui/phase5/atoms/separator.tsxui.poyrazavsever.com/r/separator.json
1"use client";
2
3import * as React from "react";
4import * as SeparatorPrimitive from "@radix-ui/react-separator";
5import { cn } from "@/lib/utils";
6
7const Separator = React.forwardRef<
8 React.ComponentRef<typeof SeparatorPrimitive.Root>,
9 React.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root>
10>(({ className, orientation = "horizontal", decorative = true, ...props }, ref) => (
11 <SeparatorPrimitive.Root
12 ref={ref}
13 data-slot="separator"
14 decorative={decorative}
15 orientation={orientation}
16 className={cn(
17 "shrink-0",
18 "border-border",
19 orientation === "horizontal" ? "w-full border-t" : "h-full border-l",
20 className,
21 )}
22 {...props}
23 />
24));
25Separator.displayName = SeparatorPrimitive.Root.displayName;
26
27export { Separator };

What it pulls in

npm packages

  • @radix-ui/react-separator@^1.1.8

Other registry items

  • @poyraz/poyraz-utils
  • @poyraz/poyraz-theme

Files it writes

  • registry/poyraz/ui/phase5/atoms/separator.tsx

Facts

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

Go to the source

ui.poyrazavsever.com poyrazavsever/poyraz-ui on GitHub Raw registry item This item as JSON

More from poyraz

All 71 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionpoyrazComponentsFree2 deps
AlertalertpoyrazComponentsFree2 deps
Announcement Barannouncement-barpoyrazComponentsFree2 deps
AutocompleteautocompletepoyrazComponentsFree1 dep
AvataravatarpoyrazComponentsFree2 deps
BadgebadgepoyrazComponentsFree1 dep
Bg Patternbg-patternpoyrazComponentsFreeno deps
BreadcrumbbreadcrumbpoyrazComponentsFree1 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