svelte-relative-time
svelte-relative-time copied to clipboard
Relative Time for Svelte
When specifying an invalid locale like `locale: "test"` the component crashes the whole page: ``` formatter.js:8 Uncaught (in promise) RangeError: Incorrect locale information provided at new RelativeTimeFormat () at getFormatter...
Hi! Would it be possible to add just a tiny bit of "fuzzy" time display as an option. For my use case I'm server rendering the timestamps so instead of...
I checked the `styled` conponent which shows example on how to style based on `data-unit`. I am trying to show `red` color if time is already passed and green when...