Menu Card
Design System - Menu Card component

// Sample code
<MenuCard
description="Use this checklist to supervise the team formation for Registration & Distribution"
icon="Article"
menuName="Menu"
onClick={()=>{}}
styles={{}}
/>// Sample code
MenuCard(
icon: Icons.home,
heading: 'Label',
description: 'Description',
onTap: () {
// Handle tap
},
),Anatomy

Variants


Properties



Property Configuration Table
Property
Value
Default
Property
Value
Default
Usage Guide


Change log
Date
Number
Notes
Design Checklist
Last updated
Was this helpful?