Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Modalify

Latest
Compare
Choose a tag to compare
@pierr pierr released this 17 Dec 15:24
· 2 commits to master since this release

Add a max height

With overflow-y

Types

The type allows you to define the width of the modal. Types are defined in config.json: extra-small, small, medium, large.[large by default]

modalify.addElement({
  title: i18n.t('myModalTitle'),
  el: myView.el,
  type: "medium" //Optional large by default
});

Update

bower update modalify --save