Comment Component

Comment list with nested threads, avatars, badges, media content (images/video/audio), quotes, polls, and link cards.

Notes

Basic usage

Single comment

Overall, worthy of the status. Strong comprehensive capability.

With badge

Song JianDiamond
#1
Overall, worthy of the status. Strong comprehensive capability.

With separator

#2
Thanks for the replies. Adding some additional details.

Nested replies

Song JianDiamond
#1
Overall, worthy of the status. Strong comprehensive capability.
#2
Reply to Song Jian: Totally agree, especially the analysis.
#3
Overall, worthy of the status. Strong comprehensive capability.

Media content

Images

Photographer WangPhotographer
#5
Sharing some landscape photos from today!
Landscape 1 Landscape 2 Landscape 3 Landscape 4

Video

This video is hilarious! Check it out.

Audio

#7
Sharing a song I have on repeat 🎵

Quoted reply

What do you think of this plan? Seems very feasible to me.

Manager Zhang: What do you think of this plan? Seems very feasible to me.

Reply to Manager Zhang: Overall good, but a few technical points to discuss.

Rich content

Poll card

Let's vote on where to go for the team building!
Team building destination
Hiking
45%
Beach
30%
Board games
25%

Link card

Code share

Sharing some useful CSS:
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}