Skip to content

liferay-labs-br/fiber

Repository files navigation

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="//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.

  • Fork it!
  • Clone your fork: git clone https://github.com/<your-username>/fiber
  • Navigate to the newly cloned directory: cd fiber
  • Create a new branch for the new feature: git checkout -b new-feature
  • Install the tools necessary for development: yarn
  • Make your changes.
  • yarn run build to verify your change doesn't increase output size.
  • Commit your changes: git commit -am 'Add new feature'
  • Push to the branch: git push origin new-feature
  • Submit a pull request with full remarks documenting your changes.

License

MIT License © FIBER

About

The framework specialized in animated components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published