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

ember-cli-bootstrap-colorpicker

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-bootstrap-colorpicker

Bootstrap colorpicker for Ember

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
126
decreased by-15.44%
Maintainers
1
Weekly downloads
 
Created
Source

ember-cli-bootstrap-colorpicker

Bootstrap colorpicker for Ember. This component is based on mjolnic-bootstrap-colorpicker.

Installation

  • ember install ember-cli-bootstrap-colorpicker

Usage

With an input:

<input type="text" {{bs-colorpicker color=color format='hex'}}>

With an input addon:

<div class="input-group" {{bs-colorpicker color=color format='hex'}}>
  <input type="text" class="form-control">
  <span class="input-group-addon"><i></i></span>
</div>

You can use this helper with what you want. It simply initializes the colorpicker on the tag.

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

FAQs

Package last updated on 18 May 2015

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