s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Content · Components

ArticleCard

Article preview card with title, excerpt, and metadata

Public export

typescript
import { ArticleCard } from '@happyvertical/smrt-content/svelte';
Import path
@happyvertical/smrt-content/svelte
Props
5
Props described
5 of 5
Bindable state
0
Callback events
0
Verified release
0.44.0

Props

NameTypeRequiredDescription
articleArticleYesArticle data to display
showExcerptbooleanNoShow article excerpt/description
showDatebooleanNoShow publication date
showAuthorbooleanNoShow author name
showTagsbooleanNoShow tags

Bindable state

This component has no bindable public state.

Callback events

This component declares no callback event props.

Examples and explanation