Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pomber/paper-fab-speed-dial

A floating action button flinging out related actions
https://github.com/pomber/paper-fab-speed-dial

button custom-elements fab material-design menu paper-fab polymer speed-dial web-component

Last synced: 3 months ago
JSON representation

A floating action button flinging out related actions

Awesome Lists containing this project

README

        

# \

A floating action button flinging out related actions.

## Demo
![Demo](https://raw.githubusercontent.com/pomber/paper-fab-speed-dial/master/docs/images/paper-fab-speed-dial.gif)

Live demo in [component page](https://pomber.github.io/paper-fab-speed-dial/)

## Usage

Install:

```sh
bower install --save paper-speed-dial
```

Import:

```html

```

Use:

```html


```

## Styling

The following custom properties and mixins are available for styling:

| Custom property | Description | Default |
| --- | --- | --- |
| `--paper-fab-speed-dial` | Mixin applied to the element | `{}` |
| `--paper-fab-speed-dial-position` | Position of the element | `absolute` |
| `--paper-fab-speed-dial-bottom` | bottom value of the element. | 10px |
| `--paper-fab-speed-dial-right` | right value of the element. | 10px |