Standardizes the authors that serve as the byline for article posts. One example usage is within <ContentPageHeader>
.
Variants
Default
Without a date
Props
<AuthorByline>
authors
Required
Array<{
name: string
url?: string
}>1 or more authors that will be rendered (as a Type or optional Link) in the byline.
authoringDate
string
Accepts an ISO8601 date string. Will be formatted to:
Month date, year - e.g. January 27, 2020
ref
(instance: any) => void | RefObject<any>