Skip to content

A material design floating action button with menu items for Polymer 1.0

License

Notifications You must be signed in to change notification settings

edge0701/paper-fab-menu

 
 

Repository files navigation

##<paper-fab-menu>

Material design: Floating Action Button

paper-fab-menu is a floating action button with menu items. It contains an image placed in the center and comes in two sizes: regular size and a smaller size by applying the attribute mini. When the user touches the button, a ripple effect emanates from the center of the button and expends the menu items it contains.

You may import iron-icons to use with this element, or provide a URL to a custom icon. See iron-iconset for more information about how to use a custom icon set.

There are four ways to show the paper-fab-button: vertical, vertical reversed, horizontal, horizontal reversed.

Live Example

##Installing with Bower

To install the component with the Bower, just run:

bower install --save paperfabmenu

Example:

<import rel="import" src="bower_components/paper-fab-menu/paper-fab-menu.html" />

<paper-fab-menu icon="add" position="vertical">
	<paper-fab-menu-item label="Polymer" icon="polymer" ></paper-fab-menu-item>
	<paper-fab-menu-item label="Favorites" icon="star" ></paper-fab-menu-item>
	<paper-fab-menu-item label="Refresh" icon="refresh" ></paper-fab-menu-item>
</paper-fab-menu>

##<paper-fab-menu> - Properties

The following properties are available for styling:

Property Name Description Default
icon The icon of the main paper-button ''
color The background color of the main paper button --accent-color
position The position of the items: vertical, vertical reversed, horizontal, horizontal reversed vertical

##<paper-fab-menu-item> - Properties

The following properties are available for styling:

Property Name Description Default
icon The icon of the paper menu item ''
color The background color of the paper menu item --accent-color
label The tooltip label of the paper menu item ''
tooltip-position The position of the tooltip left

About

A material design floating action button with menu items for Polymer 1.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%