Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-radio-buttons

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-radio-buttons

Implementation of radio buttons for ember that works with ember-cli

  • 2.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
decreased by-0.44%
Maintainers
1
Weekly downloads
 
Created
Source

Radio buttons for Ember

This addon gives you radio buttons and button groups for EmberJS

This repo is just using the work of FellowMD and packaging up his implementation of radio button helpers. Further discussion on this issue can be found here

Install

This package assumes that you are using ember-cli

To install, run

npm install ember-radio-buttons --save-dev

and that's it!

Usage

This ember-addon exposes a {{radio-button}} handlebars helper that gives you a working implementation of Radio Buttons

{{radio-button value='one' checked=selectedNumber}}
{{radio-button value='two' checked=selectedNumber}}

for this example it will call this.set('selectedNumber', value) depending on which of the radio buttons you click.

License

MIT © Chris Manson @ Blooie 2014

Keywords

FAQs

Package last updated on 03 Sep 2014

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