Home / Function/ PaginationEllipsis() — ui Function Reference

PaginationEllipsis() — ui Function Reference

Architecture documentation for the PaginationEllipsis() function in pagination.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  5ecb1abb_4b49_e100_4034_4fc4842a26fb["PaginationEllipsis()"]
  61a3e142_16cd_6db2_747f_39c9c0364ef0["pagination.tsx"]
  5ecb1abb_4b49_e100_4034_4fc4842a26fb -->|defined in| 61a3e142_16cd_6db2_747f_39c9c0364ef0
  style 5ecb1abb_4b49_e100_4034_4fc4842a26fb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/pagination.tsx lines 102–117

function PaginationEllipsis({
  className,
  ...props
}: React.ComponentProps<"span">) {
  return (
    <span
      aria-hidden
      data-slot="pagination-ellipsis"
      className={cn("flex size-9 items-center justify-center", className)}
      {...props}
    >
      <MoreHorizontalIcon className="size-4" />
      <span className="sr-only">More pages</span>
    </span>
  )
}

Subdomains

Frequently Asked Questions

What does PaginationEllipsis() do?
PaginationEllipsis() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/pagination.tsx.
Where is PaginationEllipsis() defined?
PaginationEllipsis() is defined in apps/v4/registry/new-york-v4/ui/pagination.tsx at line 102.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free