Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
react-awesome-button
Advanced tools
Performant, extendable, highly customisable, production ready React Component that renders an animated basic set of UI buttons
react-awesome-button
is a performant, extendable, highly customisable, production ready React Component that renders an animated set of 3D UI buttons.
import AwesomeButton from 'react-awesome-button';
import 'react-awesome-button/dist/styles.css';
function Button() {
return (
<AwesomeButton type="facebook">Button</AwesomeButton>
);
}
import AwesomeButton from 'react-awesome-button';
import AwesomeButtonStyles from 'react-awesome-button/src/styles.scss'
function Button() {
return (
<AwesomeButton
cssModule={AwesomeButtonStyles}
type="twitter"
>
Share
</AwesomeButton>
);
}
Attributes | Type | Default | Description |
---|---|---|---|
action | function | null | Default click function |
bubbles | bool | false | Should render the bubbles onClick animation |
disabled | bool | false | Should render a disabled button |
type | string | "primary" | Render a specific button type, styled by the .scss type list |
size | string | "auto" | Render a specific button size, styled by the .scss size list |
element | node | null | Overwrites the default container element renderer, useful for using it with react-router Link container. |
href | string | null | Forces the button to be rendered on an anchor container and sets the href to the specified value |
target | string | null | Render an anchor with a specific target attribute |
progress | bool | false | Should render a progress button |
loadingLabel | string | "Wait .." | Progress button loading label text |
errorLabel | string | "Error" | Progress button error label text |
successLabel | string | "Success" | Progress button success label text |
visible | bool | true | Should the button be visible |
MIT. Copyright (c) 2017 Rafael Caferati.
FAQs
Performant, extendable, highly customisable, production ready React Component that renders an animated basic set of UI buttons
We found that react-awesome-button demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.