Socket
Socket
Sign inDemoInstall

ember-colpick

Package Overview
Dependencies
418
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-colpick

color picker component for ember using http://colpick.com/


Version published
Weekly downloads
560
decreased by-23.29%
Maintainers
5
Created
Weekly downloads
 

Changelog

Source

v2.2.0 (2023-10-10)

:rocket: Enhancement
  • #47 Add correct re-exports of components to future-proof for embroider (@achambers)
:bug: Bug Fix
  • #46 Fix how vendored assets are imported to work when addon is a dependency of another addon (@achambers)
Committers: 2

Readme

Source

Ember-colpick Build Status Ember Observer Score

A color picker component for ember using https://github.com/mrgrain/colpick

Usage

  • npm install --save ember-colpick
  • ember g ember-colpick

inline color picker

{{col-pick value=color}}

popup for input color picker

{{col-pick-input value=color}}

Compatibility

ember-colpick 1.0.0 requires ember-cli >= 2.15.0. You can use ember-colpick 0.x for older versions of ember-cli. ember-colpick 2.x requires ember-cli >= 3.24.0.

Upgrading from 0.x to 1.0.0

In 1.0.0, we dropped bower and are getting jquery-colpick from npm instead. You can remove colpick from your bower.json file.

Upgrading from 1.x.0 to 2.0.0

Development

  • git clone this repository
  • npm install
  • bower install

Previewing

Installation

ember install ember-colpick

Usage

[Longer description of how to use the addon in apps.]

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Keywords

FAQs

Last updated on 10 Oct 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc