Components

DateUpdated

<DateUpdated />

Constructor

# <DateUpdated />

DateUpdated Component - uses library "date-fns-tz" to format the story updated date. Uses the "DateTime" atomic component internally

<DateUpdated prepend="Updated: " />
Parameters:
Name Type Description
props Object

Object containing parameters passed to the render prop

prepend String

Optional. String that is prepended to the date

View Source molecules/date/updated/date-updated.tsx, line 46