liferay-labs-br / fiber

The framework specialized in animated components.
MIT License
5 stars 4 forks source link

Build Status Coverage Status gzip GitHub last commit GitHub last commit License

Create components fast for motion animation.

Fiber

🤔 What's Missing?

  • ...

Table of Contents

Install

Install via yarn:

$ yarn add fiber

Install via npm:

$ npm install --save fiber

Usage

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>

Contribute

First of all, thank you for your contribution.

Now, remember the priority is simplicity to use and size.

Reporting Issues

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.

Submitting pull requests

Make sure your pull requests are within scope and that you follow the project assumptions.

🚨 Submit your pull solipsies with tests if necessary.

License

MIT License © FIBER