@ds-kit/topic-card
v1.2.1
Published
TopicCard component
Downloads
5
Readme
title: "TopicCard" slug: "/packages/topic-card" category: "cards" componentNames:
- "TopicCard"
TopicCard
The AppCard can be used to display apps either in listings or standalone as featured items.
import TopicCard from "@ds-kit/topic-card"
Basic example
The simplest use case of a card looks like this.
<TopicCard size="sm" />
Raised Card
Cards can have a drop shadow and rounded corners. The p
prop can be used to add padding.
<TopicCard size="sm" raised interactive />