Creative Tim UICreative Tim UI

User Profile Blocks based on shadcn/ui

Files
app/user-profile-simple/page.tsx
import Component from "../user-profile-simple"

export default function Page() {
  return <Component />
}
User profile card with background, avatar, social links, and bio
user-profile-simple
background
ER

Emma Roberts

[email protected]

Passionate UI/UX designer focused on creating intuitive and engaging digital experiences. Driven by design thinking, creativity, and a love for problem-solving.

import Component from "../user-profile-simple"

export default function Page() {
  return <Component />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Centered user profile with navigation and statistics
user-profile-centered
background
ER

Emma Roberts

[email protected]

56+

Projects Completed

12+

Workshops

25+

Apps Designed

import Component from "../user-profile-centered"

export default function Page() {
  return <Component />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
User profile with large avatar and inline statistics
user-profile-with-stats
background
ER

Emma Roberts

Passionate UI/UX designer focused on creating intuitive and engaging digital experiences. Driven by design thinking, creativity, and a love for problem-solving.

56+

Projects Completed

12+

Workshops

25+

Apps Designed

import Component from "../user-profile-with-stats"

export default function Page() {
  return <Component />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Advanced user profile with statistics grid and action buttons
user-profile-advanced
ER

Emma Roberts

[email protected]

Earning Overview

$5,120.00

+15% from last month

Projects Completed

501

+10% from last month

Apps Designed

25

+10% from last month

Workshops

25

+10% from last month

import Component from "../user-profile-advanced"

export default function Page() {
  return <Component />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
User profile with tabbed navigation interface
user-profile-with-tabs
background
ER

Emma Roberts

[email protected]

import Component from "../user-profile-with-tabs"

export default function Page() {
  return <Component />
}