“Article Card” Component
Design: https://zpl.io/brMNL1W.
The article card features the hero image of the UX Daily article, with the article title laid over the image. The hero image is cropped and centered to fit the card's size.
Small Card
Small Card take full width in small screen, 4 columns in medium screen and 3 in large screen. Title is in kilo type font.
Why Smart Professionals Use Personas to Get Ahead (And You Should Too)

Imagine your next product launch soaring beyond expectations. Your customers raving about experiences crafted just for t
- 121 shares
- 2 weeks ago
AI for Persona Research and Creation: Build Better Profiles in Less Time

Personas help you get inside your users’ heads—and build things they’ll actually value. Now imagine having a tool that m
- 271 shares
- 2 weeks ago
Persona Health Check: What’s Wrong with Yours—and How to Treat It

Do your personas drive decisions or collect dust in forgotten folders? It’s hard to watch your carefully researched pers
- 200 shares
- 3 weeks ago
Are AI-Generated Synthetic Users Replacing Personas? What UX Designers Need to Know

AI-generated personas sound like a dream: faster insights, lower costs, happier stakeholders. But there’s a catch—if you
- 255 shares
- 3 weeks ago
Large Card
Large Card take full width in small screen, 8 columns in medium screen and 6 in large screen. Title is in mega type font.
Why Smart Professionals Use Personas to Get Ahead (And You Should Too)

Imagine your next product launch soaring beyond expectations. Your customers raving about experiences crafted just for t
- 121 shares
- 2 weeks ago
Usage
@include('components.cards.article', ['article' => $article])
@include('components.cards.article', ['article' => $article, 'large' => true])
Props
-
article (required)App\Modules\Publication\Models\Article
Article instance to display.
-
largebool
Becomes large card if true is passed.
Default Value:
false