1
0
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:
Paweł Kuna
2026-07-28 00:09:02 +02:00
committed by GitHub
parent 9820d110f6
commit d8956a06d6
1150 changed files with 52147 additions and 32804 deletions
+16
View File
@@ -0,0 +1,16 @@
---
// Port of preview/pages/layout-horizontal.html (layout: homepage)
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
import HomepageContent from '@shared/components/HomepageContent.astro';
---
<DefaultLayout
title="Dashboard"
pageHeader="Horizontal layout"
pretitle="Overview"
actions="buttons"
pageMenu="layout.horizontal"
pageLibs={['apexcharts', 'jsvectormap']}
>
<HomepageContent />
</DefaultLayout>