feat: add card grid component
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export type CardProps = {
|
||||
link?: {
|
||||
href: string
|
||||
title: string
|
||||
}
|
||||
title?: string
|
||||
subtitle?: string
|
||||
openInNewTab?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user