itsjavi / bootstrap-colorpicker

Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
https://itsjavi.com/bootstrap-colorpicker/
MIT License
1.38k stars 369 forks source link

Unable to import picker module #313

Closed m0n9oose closed 4 years ago

m0n9oose commented 4 years ago

Trying to make this lib work with webpack (Rails with webpacker gem) but no luck.

import $ from 'jquery'
import 'bootstrap-colorpicker'
Screenshot 2020-04-15 at 14 27 12

How do I import bootrstrap-picker to make it work with webpack?

archonic commented 3 years ago

@m0n9oose I'm wondering the same thing. Any tips?

m0n9oose commented 3 years ago

@archonic just one - find a better tool. I'm using https://github.com/Simonwep/pickr

archonic commented 3 years ago

There's a decent colour picker built into HTML 5 with just <input type='color' ...>