Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@logo-elements/vertical-layout

serhan.gurbuz224See license in LICENSE file23.0.0

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

Logo Elements, Logo, Elements, LEDS, web-components, web-component, web compoonent, web, component, polymer, layout, vertical, vertical layout

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';

For more detailed information, please visit:

Logo Elements Documentation ↗