mirror of
https://github.com/tabler/tabler.git
synced 2026-08-07 20:02:23 +04:00
Migrate preview and docs packages from Eleventy to Astro (#2694)
Co-authored-by: Bartek <xbartoszdobija@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
import SingleLayout from '@shared/layouts/SingleLayout.astro';
|
||||
import Progress from '@shared/components/ui/Progress.astro';
|
||||
---
|
||||
|
||||
<SingleLayout containerSize="slim" hideLogo>
|
||||
<div class="text-center">
|
||||
<div class="mb-3">
|
||||
<a href="." class="navbar-brand navbar-brand-autodark"
|
||||
><img src="./static/logo-small.svg" height="36" alt="" /></a
|
||||
>
|
||||
</div>
|
||||
<div class="text-secondary mb-3">Preparing application</div>
|
||||
<Progress indeterminate size="sm" />
|
||||
</div>
|
||||
</SingleLayout>
|
||||
Reference in New Issue
Block a user