All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.public.bower_components.paper-toolbar.README.md Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
paper-toolbar
============

`paper-toolbar` is a horizontal bar containing items that can be used for
label, navigation, search and actions.  The items place inside the
`paper-toolbar` are projected into a `class="horizontal center layout"` container inside of
`paper-toolbar`'s Shadow DOM.  You can use flex attributes to control the items'
sizing.

Example:

```html

  
  
Title
``` `paper-toolbar` has a standard height, but can made be taller by setting `tall` class on the `paper-toolbar`. This will make the toolbar 3x the normal height. ```html ``` Apply `medium-tall` class to make the toolbar medium tall. This will make the toolbar 2x the normal height. ```html ``` When `tall`, items can pin to either the top (default), middle or bottom. Use `middle` class for middle content and `bottom` class for bottom content. ```html
Middle Title
Bottom Title
``` For `medium-tall` toolbar, the middle and bottom contents overlap and are pinned to the bottom. But `middleJustify` and `bottomJustify` attributes are still honored separately.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy