1.0.0 • Published 7 years ago

animated-navbar v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Animated Navbar ES6

Animated hide and show for the navbar in ES6

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

Install package from NPM

npm install animated-navbar

Then import the module in your project. For example:

import AnimatedNavbar from 'animated-navbar';

AnimatedNavbar.init({
    'header' => '.header'
});

Use CSS classes is-up and is-down to hide and show navbar.

Built With

  • Javascript

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

1.0.0

7 years ago