Skip to content

Latest commit

 

History

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

README.md

File metadata and controls

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

Dropdown Module for Framer

A simple module for creating a dropdown menu.

How To Install

Install with Framer Modules

or

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

Screen Demo

How To Use

Initialize the tooltip

# Use dropdown -> ( layerTrigger, layerDropdown, layerTriggerBgColour[optional], "true" -> update text selected for layerTrigger )
dropdown.Dropdown(Selector, Dropdown, "#fcfcfc", true)