https://github.com/bennypowers/power-fab
Simple Material Design Floating Action Button
https://github.com/bennypowers/power-fab
fab material webcomponents
Last synced: about 2 months ago
JSON representation
Simple Material Design Floating Action Button
- Host: GitHub
- URL: https://github.com/bennypowers/power-fab
- Owner: bennypowers
- License: gpl-3.0
- Created: 2018-03-16T10:43:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T14:10:15.000Z (over 7 years ago)
- Last Synced: 2025-03-27T22:17:27.256Z (about 1 year ago)
- Topics: fab, material, webcomponents
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated
Use `@material/mwc-fab` instead
# \
Simple Material Design Floating Action Button
## Get It! 🚛
```
npm i -S @power-elements/power-fab
```
## Load It! 🐫
```html
```
## Use It! 💪
```html
You're amazing! 😎
fab.addEventListener('active-changed',
event => dialog.open = event.detail.value)
```