Modal component pack for Seed!
JS is powered by Bootstrap.js
Install
npm install seed-modal --save
Documentation
Check out our documentation of this pack.
Basic Usage
SCSS
This seed pack needs to be imported into your sass pipeline. Below is an example using Gulp:
var gulp = ;var sass = ;var pack = ; gulp;
Once that is setup, simply @import
seed-modal as needed in your .scss
file:
// Packs ;
Options
The following variables can be found in _config.scss
// Namespaces ;;;;;// Config: Modal ;// Config: Modal backdrop ;;;// Config: Modal content ;// Config: Modal dialog ;;;