jquery.colorbrewer

1.0.3 • Public • Published

jquery.colorbrewer

A simple bootstrap colour picker utilising the ColorBrewer scales.

Colors

Usage

this.$('.color-picker').colorBrewer({
  container: '#color-picker-modal',        // selector or modal element
  colors: colorbrewer,                     // colour swatches
  preview: this.$('.color-picker-preview') // selector element to populate with selected colour for preview
});

The example utilises the ColorBrewer JavaScript collection provided by mbostock here.

/jquery.colorbrewer/

    Package Sidebar

    Install

    npm i jquery.colorbrewer

    Weekly Downloads

    2

    Version

    1.0.3

    License

    ISC

    Last publish

    Collaborators

    • jivings