metonym / svelte-time

Svelte component and action to format a timestamp using day.js
https://metonym.github.io/svelte-time
MIT License
137 stars 8 forks source link

feat: allow `title` prop to be overridable #44

Closed metonym closed 4 months ago

metonym commented 4 months ago

Closes #43

Currently, the title attribute is automatically set to use the formatted timestamp when using relative.

This is sometimes not desirable, and the title attribute should be overrideable by the consumer.