BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/einui/glass-separator

Glass Separator

einui/glass-separator
FreeComponent

A liquid glass styled separator/divider component.

Live preview

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

Install it

npx shadcn@latest add https://ui.eindev.ir/r/glass-separator.json

Source

registry/liquid-glass/glass-separator.tsxui.eindev.ir/r/glass-separator.json
1"use client"
2
3import * as React from "react"
4import { Separator as SeparatorPrimitive } from "radix-ui"
5import { cn } from "@/lib/utils"
6
7const GlassSeparator = React.forwardRef<
8 React.ElementRef<typeof SeparatorPrimitive.Root>,
9 React.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root>
10>(({ className, orientation = "horizontal", decorative = true, ...props }, ref) => (
11 <SeparatorPrimitive.Root
12 ref={ref}
13 decorative={decorative}
14 orientation={orientation}
15 className={cn(
16 "shrink-0 bg-gradient-to-r from-transparent via-white/20 to-transparent",
17 orientation === "horizontal" ? "h-px w-full" : "h-full w-px",
18 className,
19 )}
20 {...props}
21 />
22))
23GlassSeparator.displayName = SeparatorPrimitive.Root.displayName
24
25export { GlassSeparator }

What it pulls in

npm packages

  • @radix-ui/react-separator

Files it writes

  • registry/liquid-glass/glass-separator.tsx

Facts

Registry
einui
Type
registry:component
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

Docs on einui ui.eindev.ir einui/einui on GitHub Raw registry item This item as JSON

More from einui

All 42 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Base Widgetbase-widgeteinuiComponentsFree1 dep
Calendar Widgetscalendar-widgeteinuiComponentsFree1 dep
Clock Widgetsclock-widgeteinuiComponentsFree1 dep
Glass Alert Dialogglass-alert-dialogeinuiComponentsFree1 dep
Glass Avatarglass-avatareinuiComponentsFree1 dep
Glass Badgeglass-badgeeinuiComponentsFree1 dep
Glass Breadcrumbglass-breadcrumbeinuiComponentsFree1 dep
Glass Buttonglass-buttoneinuiComponentsFree2 deps
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