Figma card header components
Card header design in Figma: the anatomy of a card's top row
A card header is a small component with an outsized effect on how a screen reads. Put ten cards on a dashboard, give each one a header, and if the titles sit at slightly different heights or the action buttons land in different corners, the whole page looks wrong before anyone can explain why. This set is 1 card header component and 4 variants, built so that stops happening by accident.
What belongs in the top row
Three things, in this order: a title that names what the card holds, an optional supporting line that qualifies it, and the actions that apply to the card and nothing else.
That last constraint is the one teams break. A button in a card header must act on that card's content, so Export is fine on a revenue card and New project is not, because that belongs to the page. Material Design puts it plainly: cards display content and actions about a single subject. A card header carrying an action about a different subject has quietly become a page header.
Avatar on, avatar off
The property you will switch most is the avatar toggle. With it off, the header is 87px tall on desktop. With an avatar in the leading slot, 89px. Two pixels of difference, which tells you the avatar was sized to fit the row rather than the row stretched to fit the avatar.
Use the avatar version for anything owned by a person or a team, a shared report or an assigned project, and the plain version for everything else. If you need real faces in the mockup instead of grey circles, there are 370 free placeholder avatar photos built for exactly that.
1,216px on desktop, 375px on a phone
Desktop card headers are drawn at 1,216px, the content width of a 1,440px page. At 375px the same header runs 159px without an avatar and 141px with one, against 87px and 89px on desktop, because the title, the supporting text, and the actions each claim their own line. Deciding that stack once, inside the component, is what stops three developers inventing three different mobile card headers.
Everything is Auto Layout, so a two-line title pushes the row taller instead of shunting the buttons off the right edge; Figma's auto layout documentation covers the behavior if you are rebuilding the pattern yourself.
Cards, tables, and the header they share
This component sits on top of tables as often as it sits on cards, and the anatomy holds either way: the table gets a title, a row count or filter summary in the supporting line, and its actions on the right.
Underneath, a section footer takes pagination and bulk actions. Above the whole screen, the page header owns the page title and the one action the screen exists for. Three headers, three scopes, and a card header that starts competing with the page header is a sign the card wants to be its own screen. Every frame in the file is drawn twice, once light and once dark, so the dark version is a real design rather than an inverted screenshot.
When the design goes to build, the same headers exist in code. Untitled UI React card headers are open source, built with Tailwind CSS and React Aria, with the responsive title and action layout handled for you.
Frequently asked questions
What is the difference between a card header and a section header?
The container. A card header lives inside the card's border and shares its padding, which is why it reads as part of the card. A section header sits on the page itself and can label several cards at once.
If the title needs to describe more than one card, move it out to a section header rather than promoting one card's header.
Should there be a divider under a card header?
Only when the content underneath starts immediately, like a table with its own header row. For a card of loose content, spacing does the separating job better and keeps the card quieter. A line plus generous padding is doing the same work twice.
When you do want one, use the content divider component so the weight matches everywhere.
How many actions should a card header hold?
Two visible at most, and often one. A card is a small surface, and every button in its header competes with the page's own primary action for attention. Anything beyond two belongs behind a menu icon on the right, which keeps the row from wrapping on mobile.
On a 375px screen the header already stacks to 159px, and extra buttons make it worse.
Are these card header components included in the free version?
The card headers are part of the paid Untitled UI Figma kit. See pricing for the full contents.
The 100% free Figma UI kit covers core components from the same system, which is a reasonable way to check the spacing and type scale before buying.
Is there a React version of these card headers?
Yes. Untitled UI React card headers are open source, built with Tailwind CSS and React Aria, and mirror these Figma components.
They include the avatar variant and the mobile stacking behavior.
Foundation Figma components and styles
Figma base components
Shared Figma assets
Application UI/Dashboard examples
Application UI/Dashboard Figma components
Marketing website examples
Join our affiliate program




































































































































