![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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';
// Inside of a component's render() method:
render() {
return (
<DribbleButton color="deep-orange" onClick={this.onClick} animationDuration={1000} >
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.
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. |
animationDuration | number | 650 | The dribble animation duration in ms. |
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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.