New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-foundation-modal

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-foundation-modal - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

package.json
{
"name": "ember-cli-foundation-modal",
"version": "0.1.0",
"description": "A modal mixin for zerb foundation and ember.js",
"version": "0.1.1",
"description": "A modal mixin for zurb foundation 5.5",
"directories": {

@@ -6,0 +6,0 @@ "doc": "doc",

@@ -17,2 +17,14 @@ # ember-cli-foundation-modal

bower install zurb foundation 5.5
```js
bower install foundation --save
```
add the css file to your Brocfile
```js
app.import('bower_components/foundation/css/foundation.css');
```
add the modal bg div to your application.hbs

@@ -34,4 +46,6 @@

```js
<div {{bind-attr style=modalStyle}} id="resolveModal" class="modal reveal-modal medium" data-reveal></div>
<button id="toggle-btn" {{action "toggleModal"}}>Open And Close</button>
<div {{bind-attr style=modalStyle}} id="resolveModal" class="modal reveal-modal medium" data-reveal>
<button id="close-btn" {{action "toggleModal"}}>Close</button>
</div>
<button id="open-btn" {{action "toggleModal"}}>Open</button>
```

@@ -38,0 +52,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc