This package has been deprecated

Author message:

Use @vaadin/vaadin-split-layout instead

vaadin-split-layout

3.0.0-alpha2 • Public • Published

Bower version Published on webcomponents.org Polymer 2 supported Build status Gitter

<vaadin-split-layout>

Live Demo ↗

<vaadin-split-layout> is a Polymer element implementing a split layout for two content elements with a draggable splitter between them, part of the vaadin-core-elements element bundle.

<vaadin-split-layout>
  <vaadin-split-layout vertical>
    <div>First layout content</div>
    <div>Second layout content</div>
  </vaadin-split-layout>
  <vaadin-split-layout vertical>
    <div>Third layout content</div>
    <div>Fourth layout content</div>
  </vaadin-split-layout>
</vaadin-split-layout>

Screenshot of vaadin-split-layout

Running demos and tests in browser

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

  2. Make sure you have npm installed.

  3. When in the vaadin-split-layout directory, run npm install and then polymer install --variants to install dependencies.

  4. Run polymer serve, after that you will be able to access:

Note that ports 8000 and 8001 could be different in your environment.

Running tests from the command line

  1. When in the vaadin-split-layout directory, run polymer test

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running gulp lint, which will automatically lint all .js files as well as JavaScript snippets inside .html files.

Creating a pull request

  • Make sure your code is compliant with our code linters: gulp lint
  • Check that tests are passing: polymer test
  • Submit a pull request with detailed title and description
  • Wait for response from one of Vaadin Elements team members

License

Apache License 2.0

Package Sidebar

Install

npm i vaadin-split-layout

Weekly Downloads

0

Version

3.0.0-alpha2

License

Apache-2.0

Last publish

Collaborators

  • vaadin-owner
  • jouni
  • manolo
  • tomivirkki
  • yuriyyev
  • web-padawan
  • platosha
  • diegocardoso
  • alvarezguille
  • artur-
  • sunzhewyq
  • sosa-vaadin
  • samiheikki