Installations
npm install react-subtle-nudge
Developer Guide
Typescript
Yes
Module System
CommonJS
Node Version
20.14.0
NPM Version
10.7.0
Score
68.7
Supply Chain
81.8
Quality
78.3
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Download Statistics
Total Downloads
486
Last Day
11
Last Week
23
Last Month
38
Last Year
486
Sponsor this package
Package Meta Information
Latest Version
0.1.3
Package Id
react-subtle-nudge@0.1.3
Unpacked Size
85.31 kB
Size
15.74 kB
File Count
66
NPM Version
10.7.0
Node Version
20.14.0
Publised On
07 Jun 2024
Total Downloads
Cumulative downloads
Total Downloads
486
Last day
1,000%
11
Compared to previous day
Last week
1,050%
23
Compared to previous week
Last month
-46.5%
38
Compared to previous month
Last year
0%
486
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Peer Dependencies
1
Dev Dependencies
50
react-subtle-nudge
A collection of animations to subtly nudge users to your React components.
Installation
npm
1npm install --save react-subtle-nudge
pnpm
1pnpm install --save react-subtle-nudge
yarn
1yarn add react-subtle-nudge
Add the following CSS to your entry file
1import 'react-subtle-nudge/dist/index.css'
Usage
Simply wrap your component in one of the animation components.
1import { Bounce } from 'react-subtle-nudge' 2 3const BtnBounce = () => { 4 return ( 5 <Bounce> 6 <button>Click Me!</button> 7 </Bounce> 8 ) 9}
No vulnerabilities found.
No security vulnerabilities found.