--- title: Page layouts summary: Learn how to build a sample version of the dashboard description: Learn to design dashboard layouts. --- Before you start with this section, make sure you have followed the [installation guideline](/docs/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. ```html example fullpage resizable height="30rem"
``` ## 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. ```html example fullpage resizable height="30rem"
```