wired-icon-button
v1.0.0arrow_drop_downv1.0.0
v0.9.2
STATUS
Passing
DOWNLOADS
24
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
2 years ago
SIZE
13 KB
This is a hand-drawn sketchy round button with an image placed at the center.
1 contributor
Like
Install wired-icon-button as a package?
Copied
npm i @bit/wiredjs.wired-elements.wired-icon-button
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.dev
Component Example 
modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout

chevron_left
chevron_right
wired-icon-button
This is a hand-drawn sketchy round button with an image placed at the center. Image could also be in icon, more specifically an icon as as @material/mwc-icon.
For demo and view the complete set of wired-elememts: wiredjs.com
Usage
Add wired-icon-button to your project:
npm i wired-icon-button
Import wired-icon-button definition into your HTML page:
<script type="module" src="wired-icon-button/lib/wired-icon-button.js"></script>
Or into your module script:
import { WiredIconButton } from "wired-icon-button"
Use it in your web page:
<wired-icon-button>favorite</wired-icon-button>
<wired-icon-button class="red">favorite</wired-icon-button>
Properties
disabled - disables the button. Default value is false.
Custom CSS Variables
–wired-icon-size Numeric size of the icon. Default is 24 (px).
–wired-icon-bg-color Background color.
Events
click - When button is clicked/submitted