# GITS Layouts Component

> Deprecated

Layouts Component.

## Installation

npm

```
npm i @gits-id/layouts
```

yarn

```
yarn add @gits-id/layouts
```

pnpm

```
pnpm i @gits-id/layouts
```

## Usage

```vue
<script setup lang="ts">
import {Auth, Base, Default, SidebarMenu} from '@gits-id/layouts';
</script>

<template>
  <Auth />
  <Base />
  <Default />
  <SidebarMenu />
</template>
```

## Documentation

View `Layouts` documentation [here](https://gits-ui.web.app/?path=/story/components-layouts--default).

## License

MIT
