Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 697 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 697 Bytes

Tooltip Module for Framer

A simple module for creating a tooltip.

How To Install

Install with Framer Modules

or

  • Copy the Tooltip.coffee file to your prototype's modules folder.
  • Call {tooltip} = require "Tooltip" in your Framer prototype.

Screen Demo

How To Use

Initialize the tooltip

# Use tooltip -> ( layerTrigger, layerTooltip, layerTriggerBgColour[optional] )
tooltip.Tooltip(one, tool, "#f8f8f8")