PostMeta

Domain

Inline row showing author avatar, name, publish date, estimated read time, and view count. Read time is calculated by stripping HTML tags and dividing word count by 200.

With avatar

Preview
AJAlex Johnson1 min read1,248 views
Code
<PostMeta post={post} showAvatar />

Without avatar

Preview
Alex Johnson1 min read1,248 views
Code
<PostMeta post={post} showAvatar={false} />
Sourcemodules/domains/blog/post/PostMeta.tsx