0.3.1 • Published 3 years ago

react-haru v0.3.1

Weekly downloads
79
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

react-haru

npm Code style: Prettier Donate

Declarative animations with spring

ATTN: This is a fork of react-spring by its former lead maintainer, @aleclarson. This package likely contains less bugs than react-spring and is more actively maintained, since it is backed by a new license that charges for commercial purposes, while non-commercial use remains free, as well as commercial use by teams of 3 or less. Please read the LICENSE.md file for more information.

 

NB: Preliminary documentation is coming soon!

 

react-dom import

import { a, useSpring } from 'react-haru/web'

react-native import

import { a, useSpring } from 'react-haru/native'

Universal import

import { createHost, useSpring } from 'react-haru'