JSPM

@vaadin/vaadin-ordered-layout

20.0.0-beta1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8711
  • Score
    100M100P100Q157633F
  • License Apache-2.0

vaadin-ordered-layout

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.

npm version Build Status Published on webcomponents.org Published on Vaadin Directory Stars on vaadin.com/directory Discord

<vaadin-horizontal-layout>
  <div>Horizontally</div>
  <div>Aligned</div>
</vaadin-horizontal-layout>
<vaadin-vertical-layout>
  <div>Vertically</div>
  <div>Aligned</div>
</vaadin-vertical-layout>

Screenshot of vaadin-ordered-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

Running API docs and tests in a browser

  1. Fork the vaadin-ordered-layout repository and clone it locally.

  2. Make sure you have node.js 12.x installed.

  3. Make sure you have npm installed.

  4. When in the vaadin-ordered-layout directory, run npm install to install dependencies.

  5. Run npm start, browser will automatically open the component API documentation.

  6. You can also open visual tests, for example:

Running tests from the command line

  1. When in the vaadin-ordered-layout directory, run npm test

Debugging tests in the browser

  1. Run npm run debug, then choose manual mode (M) and open the link in browser.

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running npm run lint, which will automatically lint all .js files.

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.

Contributing

To contribute to the component, please read the guideline first.

License

Apache License 2.0