23.0.0 • Published 2 years ago

@logo-elements/vertical-layout v23.0.0

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 years ago

@logo-elements/vertical-layout

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

<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:

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

Once installed, import the component in your application:

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

For more detailed information, please visit:

Logo Elements Documentation ↗