Home / Function/ CardsDemo() — ui Function Reference

CardsDemo() — ui Function Reference

Architecture documentation for the CardsDemo() function in index.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  bcf76de9_6ca5_cbab_4ed5_97e692880e7a["CardsDemo()"]
  f6479803_00a2_7f44_7c10_b8929e9d96e3["index.tsx"]
  bcf76de9_6ca5_cbab_4ed5_97e692880e7a -->|defined in| f6479803_00a2_7f44_7c10_b8929e9d96e3
  style bcf76de9_6ca5_cbab_4ed5_97e692880e7a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/components/cards/index.tsx lines 14–63

export function CardsDemo() {
  return (
    <div className="md:grids-col-2 grid md:gap-4 lg:grid-cols-10 xl:grid-cols-11 xl:gap-4">
      <div className="space-y-4 lg:col-span-4 xl:col-span-6 xl:space-y-4">
        <CardsStats />
        <div className="grid gap-1 sm:grid-cols-[260px_1fr] md:hidden">
          <CardsCalendar />
          <div className="pt-3 sm:pl-2 sm:pt-0 xl:pl-4">
            <CardsActivityGoal />
          </div>
          <div className="pt-3 sm:col-span-2 xl:pt-4">
            <CardsMetric />
          </div>
        </div>
        <div className="grid gap-4 md:grid-cols-2 lg:grid-cols-1 xl:grid-cols-2">
          <div className="space-y-4 xl:space-y-4">
            <CardsTeamMembers />
            <CardsCookieSettings />
            <CardsPaymentMethod />
          </div>
          <div className="space-y-4 xl:space-y-4">
            <CardsChat />
            <CardsCreateAccount />
            <div className="hidden xl:block">
              <CardsReportIssue />
            </div>
          </div>
        </div>
      </div>
      <div className="space-y-4 lg:col-span-6 xl:col-span-5 xl:space-y-4">
        <div className="hidden gap-1 sm:grid-cols-[260px_1fr] md:grid">
          <CardsCalendar />
          <div className="pt-3 sm:pl-2 sm:pt-0 xl:pl-3">
            <CardsActivityGoal />
          </div>
          <div className="pt-3 sm:col-span-2 xl:pt-3">
            <CardsMetric />
          </div>
        </div>
        <div className="hidden md:block">
          <CardsDataTable />
        </div>
        <CardsShare />
        <div className="xl:hidden">
          <CardsReportIssue />
        </div>
      </div>
    </div>
  )
}

Subdomains

Frequently Asked Questions

What does CardsDemo() do?
CardsDemo() is a function in the ui codebase, defined in deprecated/www/components/cards/index.tsx.
Where is CardsDemo() defined?
CardsDemo() is defined in deprecated/www/components/cards/index.tsx at line 14.

Analyze Your Own Codebase

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

Try Supermodel Free