Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
46 lines (30 loc) · 1.63 KB

README.md

File metadata and controls

executable file
·
46 lines (30 loc) · 1.63 KB

@tippy.js/drupal

Simple Drupal 8 wrapper for Tippy.js

Introduction

Tippy.js is a highly customizable vanilla JS tooltip and popover library powered by Popper.js.

Installation

  1. Library Installation:

    Place the Tippy.js library from https://atomiks.github.io/tippyjs and inside your Drupal /libraries folder.

    The JS file should be at /libraries/tippy.js/dist/tippy.all.min.js.

  2. Drupal Install:

    • Option 1. Using Drush

      $ drush en tippy

    • Option 2. Manual Install

      • Download and place this module inside your Drupal /modules folder.
      • Enable the module at Administer >> Site building >> Modules.

Usage

For examples on how to use and style Tippy tooltips, see the Getting Started section of the official site or checkout the GitHub Repository for examples.

Credits

This module has been ported from the Drupal 8 FontAwesome module, credit goes out to the awesome folks below: