Home / Function/ PaginationPrevious() — ui Function Reference

PaginationPrevious() — ui Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/pagination.tsx lines 68–83

function PaginationPrevious({
  className,
  ...props
}: React.ComponentProps<typeof PaginationLink>) {
  return (
    <PaginationLink
      aria-label="Go to previous page"
      size="default"
      className={cn("gap-1 px-2.5 sm:pl-2.5", className)}
      {...props}
    >
      <ChevronLeftIcon />
      <span className="hidden sm:block">Previous</span>
    </PaginationLink>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free