Package Exports
- @vaadin/vaadin-ordered-layout
- @vaadin/vaadin-ordered-layout/vaadin-horizontal-layout
- @vaadin/vaadin-ordered-layout/vaadin-horizontal-layout.js
- @vaadin/vaadin-ordered-layout/vaadin-scroller.js
- @vaadin/vaadin-ordered-layout/vaadin-vertical-layout
- @vaadin/vaadin-ordered-layout/vaadin-vertical-layout.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vaadin/vaadin-ordered-layout) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
<vaadin-ordered-layout>
Live Demo ↗ | API documentation ↗
<vaadin-ordered-layout> consist of two Web Components providing a simple way to horizontally or vertically align your HTML elements, part of the Vaadin components.
<vaadin-horizontal-layout>
<div>Horizontally</div>
<div>Aligned</div>
</vaadin-horizontal-layout>
<vaadin-vertical-layout>
<div>Vertically</div>
<div>Aligned</div>
</vaadin-vertical-layout>
Installation
Install vaadin-ordered-layout
:
npm i @vaadin/vaadin-ordered-layout --save
Once installed, import it in your application:
import '@vaadin/vaadin-ordered-layout/vaadin-vertical-layout.js';
Getting started
Vaadin components use the Lumo theme by default.
To use the Material theme, import the correspondent file from the theme/material
folder.
Entry points
The components with the Lumo theme:
theme/lumo/vaadin-horizontal-layout.js
theme/lumo/vaadin-vertical-layout.js
The components with the Material theme:
theme/material/vaadin-horizontal-layout.js
theme/material/vaadin-vertical-layout.js
Alias for
theme/lumo/vaadin-horizontal-layout.js
theme/lumo/vaadin-vertical-layout.js
:vaadin-horizontal-layout.js
vaadin-vertical-layout.js
Contributing
Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
License
Apache License 2.0