@logo-elements/vertical-layout
v23.0.0
Published
A web component that places its content top-to-bottom in a column.
Downloads
50
Readme
@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';