wired-fab
v2.1.0
Published
Round hand-drawn sketchy button with an icon placed at the cente.
Downloads
36
Maintainers
Readme
wired-fab
Hand-drawn sketchy Floating Action Button (FAB)
For demo and view the complete set of wired-elememts: wiredjs.com
Usage
Add wired-fab to your project:
npm i wired-fab
Import wired-fab definition into your HTML page:
<script type="module" src="wired-fab/lib/wired-fab.js"></script>
Or into your module script:
import { WiredFab } from "wired-fab"
Use it in your web page:
<wired-fab id="btn1">favorite</wired-fab>
<wired-fab id="btn2" class="red">close</wired-fab>
Properties
disabled - disables the button. Default value is false.
Custom CSS Properties
--wired-fab-bg-color - Background color of the fab. Default value is #018786. Foreground color is set by setting the color css property.
Events
click - When button is clicked/submitted