“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.
Can You Design for Someone You Don’t Understand? The Role of Personas in Cross-Cultural UX Design

Can you design for someone you don’t understand? Too often, biases and assumptions creep into the design process. Cultur
- 162 shares
- 1 week ago
The Psychology Behind Personas: Why They Work in Any Job, Any Industry

When you think of personas, your mind might jump to UX design or marketing. But the truth is, personas are far more vers
- 218 shares
- 3 weeks ago
The Hollywood Guide to UX Personas: Storytelling That Drives Better Design

Have you ever teared up watching a Pixar film? Felt the thrill when a superhero overcame impossible odds? Cheered for a
- 253 shares
- 3 weeks ago
What If Your Users Lie? How Personas Help You Get to the Truth

People often describe what they think they want, but that doesn’t always match what will actually solve their problem. M
- 201 shares
- 2 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.
Can You Design for Someone You Don’t Understand? The Role of Personas in Cross-Cultural UX Design

Can you design for someone you don’t understand? Too often, biases and assumptions creep into the design process. Cultur
- 162 shares
- 1 week 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