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/pagination

Pagination

crenspire-glass-ui/pagination
FreeComponent

Pagination with page navigation 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/pagination.json

Source

components/ui/glass/pagination.tsxglass-ui.crenspire.com/r/pagination.json
1"use client"
2
3import * as React from "react"
4import {
5 Pagination as BasePagination,
6 PaginationContent as BasePaginationContent,
7 PaginationEllipsis,
8 PaginationItem,
9 PaginationLink,
10 PaginationNext,
11 PaginationPrevious,
12} from "@/components/ui/pagination"
13import { cn } from "@/lib/utils"
14
15export interface PaginationContentProps extends React.ComponentProps<typeof BasePaginationContent> {
16 glow?: boolean
17}
18
19/**
20 * Glass UI Pagination - Enhanced pagination with glassy effects
21 */
22export const PaginationContent = React.forwardRef<
23 HTMLUListElement,
24 PaginationContentProps
25>(({ className, variant = "glass", glow = false, ...props }, ref) => {
26 return (
27 <BasePaginationContent
28 ref={ref}
29 variant={variant}
30 className={cn(
31 glow && "shadow-md shadow-purple-500/20",
32 className
33 )}
34 {...props}
35 />
36 )
37})
38PaginationContent.displayName = "PaginationContent"
39
40export {
41 BasePagination as Pagination,
42 PaginationItem,
43 PaginationLink,
44 PaginationNext,
45 PaginationPrevious,
46 PaginationEllipsis,
47}
48

What it pulls in

npm packages

  • lucide-react

Other registry items

  • button
  • pagination

Files it writes

  • lib/utils.ts
  • lib/glass-utils.ts
  • lib/hover-effects.ts
  • app/globals.css
  • components/ui/glass/pagination.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