Socket
Socket
Sign inDemoInstall

ember-ted-button

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-ted-button

The default blueprint for ember-cli addons.


Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Ember-ted-table

Disclaimer

work in progress! subject to change

Installation

ember install ember-ted-button

This addon depends on ember-ted-shed and ember-cli-sass for styling:

ember install ember-ted-shed
ember install ember-cli-sass
// app.scss
@import 'ember-ted-shed/colors;
@import 'ember-ted-shed/borders;

Usage

Basic usage (defaults to light theme):

{{ted-button text="Save"}}

Dark theme: {{ted-button text="Save" theme="dark"}}

Template block usage for custom markup:

{{#ted-button}}
  <em>any</em> markup can go here!
{{/ted-button}}

Disabled button:

{{ted-button 
  text="can't click this" 
  theme="dark" 
  classNames="m-l:1"}}

If you need to customize, you can add your own shed.css class names:

{{#ted-button text="Danger!" classNames="bg:red"}}

Contributing

Installation

  • git clone this repository
  • npm install
  • bower install

##3 Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

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

Keywords

FAQs

Package last updated on 09 Sep 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

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