We are excited to announce the release of version 4.2.0 of the @canva/app-ui-kit!
This update introduces a bunch of improvements, a new icon, updates to existing component and much more!
![]()
The new additions in v4.2.0
-
New components added!
-
HorizontalCard
Get started with playing around with HorizontalCard:
import { FolderIcon, HorizontalCard } from "@canva/app-ui-kit"; // ... <HorizontalCard title="Horizontal Card with Custom Icon" description="This is a Horizontal Card description" thumbnail={{ icon: () => <FolderIcon /> }} />Also look up a bunch of different other
HorizontalCardscenarios in the app-ui-kit Horizontal Card storybook. -
-
Added the following new icon:
ImageIcon
-
New props to existing components:
-
Added a
topEndprop (with visibility control) to theAudioCardcomponent, to add an icon button decorator to the top end corner of the card. -
Added a
"small"size for thePillcomponent.
-
-
Updated the
TabPanelandTabPanelsflex grow behavior to always fill to outerTabsheight regardless if is βfillβ, βfixedβ or βautoβ. Resolves an issue where theTabPanelcontent was not filling the height of theTabscomponent. -
Plus a bunch more improvements and fixes!
Upgrade to v4.2.0
Simply run the following command in your project directory:
npm install @canva/app-ui-kit@latest
More details
For more information about this release, please visit:
Once again we really value your feedback, it helps us improve the @canva/app-ui-kit further.
If you have any questions or would like to share your experiences with this new version, please feel free to reach out to us!
![]()

