-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Add badges from shards-react and implement According to the category. from the JSON value
<div
className="card-post__image"
style={{ backgroundImage: `url(${post.backgroundImage})` }}
>
<Badge
pill
className={`card-post__category bg-${post.categoryTheme}`}
>
{post.category}
</Badge>
<div className="card-post__author d-flex">
<a
href="#"
className="card-post__author-avatar card-post__author-avatar--small"
style={{
backgroundImage: `url('${post.authorAvatar}')`
}}
>
Written by {post.author}
</a>
</div>
</div>
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed