1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/docs/content/ui/layout/page-layouts.md

6.7 KiB

title, summary, description
title summary description
Page layouts Learn how to build a sample version of the dashboard Learn to design dashboard layouts.
Before you start with this section, make sure you have followed the [installation guideline](/img/ui/getting-started/installation).

Sample layout

To create a sample version of the dashboard, you can use the following code snippet. This code snippet will help you to create a dashboard layout with a header.

{% capture html -%}

{%- endcapture %} {% include "docs/example.html" html=html raw %}

Sidebar layout

To create a sidebar layout, you can use the following code snippet. This code snippet will help you to create a sidebar layout with a header.

{% capture html -%}

{%- endcapture %} {% include "docs/example.html" html=html raw %}