3.0.6 • Published 11 months ago

@loadingio/ldcolorpicker v3.0.6

Weekly downloads
2
License
-
Repository
github
Last release
11 months ago

ldcolorpicker Banner

Palette-Aware Color Picker. Demo + docs here.

Features:

  • Load palette on the fly
  • Share palette across pickers
  • vanilla JS / jQuery / AngularJS compatible
  • highly configurable

Usage

Download and include dist/ldcp.min.js and dist/ldcp.css file of ldcolorpicker:

<link rel="stylesheet" type="text/css" href="ldcp.css"/>
<script type="text/javascript" src="ldcp.min.js"></script>

Add data-toggle="colorpicker" in the input box you want to apply ldcolorpicker, e.g.:

<input type="input" id="ldcp">

and initialize with following script:

<script type="text/javascript">
  new ldcolorpicker(document.querySelector('#ldcp'),{});
</script>

Documentation

check this url for documentation and demos.

Todo

  • add 'pinned' indicator
  • mobile support

Naming Issue

Due to naming conflict with ld-color-picker, this package is named "@loadingio/ldcolorpicker" instead of "ldcolorpicker".

License

MIT License

3.0.6

11 months ago

3.0.4

1 year ago

3.0.5

1 year ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.5

3 years ago

2.0.3

3 years ago

2.0.4

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago