oscarmcm / lipstick

:lipstick: is a simple off-canvas navigation menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lipstick Build Status Bower Version

💄 is a simple off-canvas navigation menu

Usage

  1. Include jQuery:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
  2. Include plugin's code:

    <script src="dist/jquery.lipstick.min.js"></script>
  3. Call the plugin:

    $("#element").lipstick({
    	propertyName: "a custom value"
    });

Contributing

Check CONTRIBUTING.md for more information.

History

Check Releases for detailed changelog.

License

MIT License © Oscar Cortez

About

:lipstick: is a simple off-canvas navigation menu

License:MIT License


Languages

Language:HTML 67.3%Language:JavaScript 32.7%