BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/@cinatra-ai/separator

Separator

cinatra-ai/separator
FreeComponent

Cinatra design-system separator.

Live preview

live · rendered by the registry
Rendered by @cinatra-ai on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/cinatra-ai/cinatra/main/public/r/separator.json

Source

src/components/ui/separator.tsxraw.githubusercontent.com/cinatra-ai/cinatra/main/public/r/separator.json
1"use client"
2
3import * as React from "react"
4import { Separator as SeparatorPrimitive } from "radix-ui"
5
6import { cn } from "@/lib/utils"
7
8function Separator({
9 className,
10 orientation = "horizontal",
11 decorative = true,
12 major = false,
13 ...props
14}: React.ComponentProps<typeof SeparatorPrimitive.Root> & {
15 /** Use the etched paired-line section divider. */
16 major?: boolean;
17}) {
18 return (
19 <SeparatorPrimitive.Root
20 data-slot="separator"
21 data-major={major || undefined}
22 decorative={decorative}
23 orientation={orientation}
24 className={cn(
25 "shrink-0 bg-border data-horizontal:h-px data-horizontal:w-full data-vertical:w-px data-vertical:self-stretch",
26 major && "divider-etched bg-transparent",
27 className
28 )}
29 {...props}
30 />
31 )
32}
33
34export { Separator }

What it pulls in

npm packages

  • radix-ui

Other registry items

  • utils

Files it writes

  • src/components/ui/separator.tsx

Facts

Registry
@cinatra-ai
Type
registry:ui
Access
Free
Files written
1
Licence
Apache-2.0
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

Docs on @cinatra-ai cinatra.ai cinatra-ai/cinatra on GitHub Raw registry item This item as JSON

More from @cinatra-ai

All 14 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Alertalert@cinatra-aiComponentsFree1 dep
Badgebadge@cinatra-aiComponentsFree2 deps
Buttonbutton@cinatra-aiComponentsFree2 deps
Cardcard@cinatra-aiComponentsFreeno deps
Fieldfield@cinatra-aiComponentsFree1 dep
Inputinput@cinatra-aiComponentsFreeno deps
Input Groupinput-group@cinatra-aiComponentsFree1 dep
Labellabel@cinatra-aiComponentsFree1 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