Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.15 KB

File metadata and controls

39 lines (30 loc) · 1.15 KB

backbone foundation reveal modal

Travis-CI

Build Status

Intro

Install

  • bower search backbone.foundation.reveal.modal
  • bower install backbone.foundation.reveal.modal

To use

    var modal = new Backbone.FoundationModal({
            title: "this is the modal title",
            content: 'this is the modal content',
            okText: 'OK'
          });

    modal.open();

Authors:

Screenshots:

Different options Standard Standard with text changed Slim