Create components fast for motion animation.
🤔 What's Missing?
- ...
Install via yarn:
$ yarn add fiber
Install via npm:
$ npm install --save fiber
With a bundler module as a rollup or webpack, use:
// using ES6 modules
import fiber from 'fiber'
// using CommonJS modules
var fiber = require('fiber')
The UMD build is also available on unpkg:
<script src="https://github.com/liferay-labs-br/fiber/raw/master//unpkg.com/fiber"></script>
First of all, thank you for your contribution.
Now, remember the priority is simplicity to use and size.
Did you find a problem? Do you want a new feature? First check if your problem or idea has been reported. If there is a new question, please be clear and descriptive.
🚨 Check issue open and closed.
Make sure your pull requests are within scope and that you follow the project assumptions.
🚨 Submit your pull solipsies with tests if necessary.
git clone https://github.com/<your-username>/fiber
cd fiber
git checkout -b new-feature
yarn
yarn run build
to verify your change doesn't increase output size.git commit -am 'Add new feature'
git push origin new-feature
MIT License © FIBER