Home / Function/ PageActions() — ui Function Reference

PageActions() — ui Function Reference

Architecture documentation for the PageActions() function in page-header.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  63ce1e54_140e_71ab_e226_c28a4aebdd72["PageActions()"]
  c6bcf1ff_dd9a_e839_a986_f2b03391e80c["page-header.tsx"]
  63ce1e54_140e_71ab_e226_c28a4aebdd72 -->|defined in| c6bcf1ff_dd9a_e839_a986_f2b03391e80c
  style 63ce1e54_140e_71ab_e226_c28a4aebdd72 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/components/page-header.tsx lines 49–59

function PageActions({ className, ...props }: React.ComponentProps<"div">) {
  return (
    <div
      className={cn(
        "flex w-full items-center justify-center gap-2 pt-2 **:data-[slot=button]:shadow-none",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does PageActions() do?
PageActions() is a function in the ui codebase, defined in apps/v4/components/page-header.tsx.
Where is PageActions() defined?
PageActions() is defined in apps/v4/components/page-header.tsx at line 49.

Analyze Your Own Codebase

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

Try Supermodel Free