Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

ember-pricing-table

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-pricing-table

Price table components for building pricing tables on bootstrap, materialize, or foundation

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Ember-pricing-table

Note: bootstrap and foundation not implemented

Every Ember App that makes money should have a pricing table somewhere, this addon provides a pricing table that plays well with the materialize and bootstrap and foundation frameworks.

Check out the demo here:

https://foxnewsnetwork.github.io/ember-pricing-table

Usage

As a stand-alone component

{{#em-pricing-table flavor="materialize" plans=model.plans chosenPlan=model.chosenPlan as |xx|}}
  {{#em-pricing-card table=xx.table plan=xx.plan as |yields|}}
    {{#yields.title}}{{xx.plan.planName}}{{/yields.title}}
    {{#yields.description}}{{xx.plan.description}}{{/yields.description}}
    {{#yields.price}}{{xx.plan.price}} / month{{/yields.price}}
    {{#yields.bullet append=true}}{{xx.plan.availability}} hours / day{{/yields.bullet}}
    {{#yields.bullet append=true}}{{xx.plan.availability}} gbs{{/yields.bullet}}
    {{#yields.cta}}Select{{/yields.cta}}
  {{/em-pricing-card}}
{{/em-pricing-table}}

Dependencies

ember-named-yields
ember-truth-helpers

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

ember-addon

FAQs

Package last updated on 22 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts