Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
react-dribble-button
Advanced tools
The Button component with pretty nice hive and click effects
$ npm install react-dribble-button
| | |
import DribbleButton from 'react-dribble-button';
import 'react-dribble-button/css/style.css';
import 'react-dribble-button/css/deep-orange.css';
// Inside of a component's render() method:
render() {
return (
<DribbleButton colorSchema="deep-orange" onClick={this.onClick}>
Try this cool color!
</DribbleButton>
);
}
Please clone the repo and run npm run storybook
or yarn storybook
to show examples of usages.
The DribbleButton
component has a few properties, as described below.
NOTE: To use color themes needs import specific theme from
'react-dribble-button/css/[color-theme].css'
Property | Type | Defaut | Description |
---|---|---|---|
color | string | default | The color theme. Should be one of the folowing strings: 'red' |
onClick | function | null | Click handler. |
children | any | null | Children element. |
className | string | '' | Class name of the component. |
component | string or Component | button | Component type. |
effectClassName | string | '' | Class name of the effect component. |
I welcome contributions! Please open an issue if you have any feature ideas or find any bugs. I also accept pull requests with open arms. I will go over the issues when I have time. :)
FAQs
The Button component with pretty nice hive and click effects
The npm package react-dribble-button receives a total of 0 weekly downloads. As such, react-dribble-button popularity was classified as not popular.
We found that react-dribble-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.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.