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
  8221fef1_e046_0e0e_6606_a9e39f9dc804["PaginationPrevious()"]
  0eda7fd5_0553_91f1_94ce_76e4dfcddc7a["pagination.tsx"]
  8221fef1_e046_0e0e_6606_a9e39f9dc804 -->|defined in| 0eda7fd5_0553_91f1_94ce_76e4dfcddc7a
  style 8221fef1_e046_0e0e_6606_a9e39f9dc804 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/ui/pagination.tsx lines 62–75

const PaginationPrevious = ({
  className,
  ...props
}: React.ComponentProps<typeof PaginationLink>) => (
  <PaginationLink
    aria-label="Go to previous page"
    size="default"
    className={cn("gap-1 pl-2.5", className)}
    {...props}
  >
    <ChevronLeft className="h-4 w-4" />
    <span>Previous</span>
  </PaginationLink>
)

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free