0.1.3 • Published 1 year ago

react-subtle-nudge v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

react-subtle-nudge

A collection of animations to subtly nudge users to your React components.

NPM version NPM downloads Storybook PayPal

Docs

Installation

npm

npm install --save react-subtle-nudge

pnpm

pnpm install --save react-subtle-nudge

yarn

yarn add react-subtle-nudge

Add the following CSS to your entry file

import 'react-subtle-nudge/dist/index.css'

Usage

Simply wrap your component in one of the animation components.

import { Bounce } from 'react-subtle-nudge'

const BtnBounce = () => {
  return (
    <Bounce>
      <button>Click Me!</button>
    </Bounce>
  )
}
0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0-beta.1

1 year ago

0.1.0-beta.0

1 year ago

0.1.0

1 year ago