MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / PaginationItem

Function PaginationItem

src/components/ui/pagination.tsx:36–38  ·  view source on GitHub ↗
({ ...props }: React.ComponentProps<"li">)

Source from the content-addressed store, hash-verified

34}
35
36function PaginationItem({ ...props }: React.ComponentProps<"li">) {
37 return <li data-slot="pagination-item" {...props} />
38}
39
40type PaginationLinkProps = {
41 isActive?: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected