# @logo-elements/vertical-layout

A web component that places its content top-to-bottom in a column.

```html
<logo-elements-vertical-layout theme="spacing padding">
  <div>Item 1</div>
  <div>Item 2</div>
  <div>Item 3</div>
  <div>Item 4</div>
</logo-elements-vertical-layout>
```

## Installation

Install the component:

```sh
npm i @logo-elements/vertical-layout -s
```

Once installed, import the component in your application:

```js
import '@logo-elements/vertical-layout';
```

### For more detailed information, please visit:
[Logo Elements Documentation ↗](http://elements.logo.com.tr)
