Skip to content

moonion/backbone.foundation.reveal.modal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A thin Backbone wrapper for Foundation Reveal Modal

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.9%
  • HTML 33.1%