Directory

nebula-splitview - Vaadin Add-on Directory

A collapsible split-view layout. nebula-splitview - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/arsnebula/nebula-splitview](https://github.com//arsnebula/nebula-splitview/blob/v1.0.1/README.md) on 2019-05-22 ]** [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/arsnebula/nebula-splitview) [![Build Status](https://saucelabs.com/browser-matrix/arsnebula.svg)](https://saucelabs.com/beta/builds/bc8f9c37badb4b38b493ed98554c27d8) # \ A web component to display a collapsable split-view layout. * Two-column master/detail horizontal layout using slots * View collapses at a configurable breakpoint * When collapsed, detail can be toggled to overlay master view * Easily animate the transition between views ## Installation ``` $ bower install -S arsnebula/nebula-splitview ``` ## Usage Import the element: ``` ``` Add and configure the element through markup. ```html
``` *For more information on element properties and methods see the element API documentation.* ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## Change Log See [CHANGELOG](/CHANGELOG.md) ## License See [LICENSE](/LICENSE.md)