You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/components/common/README.md
+22-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Extends the default `<a>` HTML element to add custom styles. Should be used on a
80
80
|`url`|`string`| The url to link to |
81
81
|`newTab`|`boolean?`| Whether the linked page should be opened in another tab. Defaults to `true`. |
82
82
|`refer`|`boolean?`| Whether to [refer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) when navigating away. Defaults to `false`. |
83
-
|`icon`|`boolean?`| Whether or not to display the "external" icon next to the link. Defaults to `true`. |
83
+
|`icon`|`boolean?`| Whether or not to display the "external" icon next to the link. Defaults to `true`.|
84
84
|`class`|`string?`| Allows you to pass in a class to be applied to the link. |
85
85
86
86
### Slots
@@ -212,6 +212,27 @@ A group of tabs where the content of only one tab is visible at a time.
212
212
</Tabs>
213
213
```
214
214
215
+
## [Time](./Time.astro)
216
+
217
+
An extension of the [`<time>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time) element that can display a datetime in the user's local timezone or as a relative time.
0 commit comments