“Masterclass Card” Component
Masterclass card is used to list available masterclasses or past masterclasses. The card is specific to masterclass only. It spans 3 columns in large screen and 4 columns in medium screen. There are two type of masterclass card: purchased masterclass cards and public masterclass cards.
On the Masterclasses Page
How to Prototype for Games UX

Learn how to prototype for Games UX with Om Tandon
By Om Tandon, Games UX Consultant
How To Balance Remote and In-Person UX Work

Learn how to carve out the appropriate working environment for your goals with Cory Lebson.
By Cory Lebson, Principal and Owner - Lebsontech LLC
How to Design for Neurodiversity: Inclusive Content and UX

This webinar wills show how to achieve more inclusive, accessible designs and make neuroinclusion an integral part of your design thinking process.
By Katrin Suetterlin, UX Content Strategist, Architect and Consultant
How To Craft Immersive Experiences in XR

Learn UX for XR with Mia Guo
By Mia Guo, Senior Product Designer, Magic Leap
Usage
// Generic Masterclass
@include('components.cards.masterclass', ['masterclass' => $masterclass])
// Purchased Masterclass
@include('components.cards.masterclass--purchased', ['masterclass' => $masterclass])
Props
-
masterclass (required)App\Modules\Masterclass\Models\Masterclass
Masterclass instance to display.