diff --git a/docs/components/KickStartCallout.vue b/docs/components/KickStartCallout.vue new file mode 100644 index 0000000..13a7f76 --- /dev/null +++ b/docs/components/KickStartCallout.vue @@ -0,0 +1,174 @@ + + + diff --git a/docs/components/TheHeader.vue b/docs/components/TheHeader.vue index b9171ef..4dbe117 100644 --- a/docs/components/TheHeader.vue +++ b/docs/components/TheHeader.vue @@ -52,6 +52,8 @@ onMounted(() => { in JavaScript. + + diff --git a/docs/components/content/Introduction.vue b/docs/components/content/Introduction.vue index 2ebe9f0..1a7dc2e 100644 --- a/docs/components/content/Introduction.vue +++ b/docs/components/content/Introduction.vue @@ -14,8 +14,8 @@ native Date object — an important distinction from other libraries that provide custom date primitives. Under the hood, Tempo mines JavaScript's Intl.DateTimeFormat to extract complex data like - timezones offsets and locale aware date formats, giving you a simple API to - format, parse, and manipulate dates. + timezones offsets and locale aware date formats, giving you a simple API + to format, parse, and manipulate dates.