DataBrowse data components
Activity feed
Vertical list of activity items with avatar/icon, content, and meta.
Live preview
- AL
Alex approved the compliance review.
- MK
Maya updated the SSO certificate.
Usage
Adapters:React stableVue stable
index.html
<ul class="lm-activity-feed">
<li class="lm-activity-item">…</li>
</ul>CSS classes (4)
| Class | Description |
|---|---|
lm-activity-feed | <ul> root |
lm-activity-item | Each row |
lm-activity-content | Text region |
lm-activity-meta | Timestamp text |
Accessibility
- Use semantic <ul><li>.
Spotted something wrong? Edit this entry on GitHub.