Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bennypowers/power-fab
Simple Material Design Floating Action Button
https://github.com/bennypowers/power-fab
fab material webcomponents
Last synced: 19 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T14:10:15.000Z (about 6 years ago)
- Last Synced: 2024-10-17T17:31:04.804Z (4 months ago)
- Topics: fab, material, webcomponents
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- 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)```