Skip to content

samaritanministries/dash-tooltip.js

Repository files navigation

Dash Tooltip

Build Status Dash-Modal Version

This is the tooltip for the Dash platform. It provides some predefined defaults for tooltipster jquery plugin to match the Dash platform's styling and usecases. Play around the sample app for examples.

Installation

Dash Toolltip is delivered as a bower component.

  1. Install bower
npm install -g bower

Note: Bower requires node, npm and git.

  1. Create a bower.json file
bower init
  1. Install the dash-tooltip.js bower component and save it to your bower.json file
bower install dash-tooltip.js --save

Usage

For more documentation, visit our documentation site

Project Setup

Dependencies

  • install node/npm
  • npm install
  • bower install

Running the Tests

For a single run of the tests: npm test

To run the tests with a watcher: npm run karma

Running the Demo

  1. npm run webpack
  2. Open app/index.html

Releasing a New Version

  1. Update the changelog
  2. Commit your changes
  3. Run ./bower_deploy.sh

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published