1.0.0 • Published 1 year ago

@tensaye-yuan/react-waving-hand v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

react-waving-hand CircleCI codecov

Add smoothly animated waving hand to your react project in just a minute.

Installation

npm i @tensaye-yuan/react-waving-hand

# via yarn
yarn add @tensaye-yuan/react-waving-hand

# via pnpm
pnpm add @tensaye-yuan/react-waving-hand

Example

import { WavingHand } from '@tensaye-o/react-waving-hand'
import '@tensaye-yuan/react-waving-hand/dist/index.css'

// in jsx
const Greetings = () => (
  <h3>
    Hi there <WavingHand loop={2} motion={true} size='1.25rem' type={2} />
  </h3>
)

Documentation

Check out the live demo.

Properties