@react-facet/spring
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -29,6 +29,6 @@ { | ||
], | ||
"homepage": "https://github.com/Mojang/ore-ui#readme", | ||
"homepage": "https://react-facet.mojang.com/", | ||
"bugs": "https://github.com/Mojang/ore-ui/issues", | ||
"license": "MIT", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "dist/index.js", | ||
@@ -45,7 +45,7 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"@react-facet/core": "0.1.0", | ||
"@react-facet/core": "0.1.1", | ||
"react": "^16.9.0" | ||
}, | ||
"devDependencies": { | ||
"@react-facet/core": "0.1.0", | ||
"@react-facet/core": "0.1.1", | ||
"@testing-library/jest-dom": "^5.10.1", | ||
@@ -52,0 +52,0 @@ "@testing-library/react": "^9.4.1", |
# @react-facet/spring | ||
Experimental spring implementation based on Facets. | ||
React Facet is a state management for performant game UIs. For more information on how to use this package check the official documentation available at https://react-facet.mojang.com/. | ||
This package is an experimental spring implementation based on Facets. | ||
The stepper algorithm is from [react-motion](https://github.com/chenglou/react-motion/blob/master/src/stepper.js). | ||
Documentation coming soon. |
10088