> For the complete documentation index, see [llms.txt](https://adrijan9.gitbook.io/vue-layout-components/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adrijan9.gitbook.io/vue-layout-components/master.md).

# Getting started

Simple two sides layout with a small icon and basic style sidebar, header, and body perfect for application.

## Installation

```
Using npm:

$ npm i vue-layout-components
```

## Register Styles

```
@import "~vue-layout-components/src/scss";
```

## Register Components

```
import VueLayoutComponents from "vue-layout-components";

Vue.use(VueLayoutComponents);
```
