Slider Color Picker - Forum

Forum Navigation
You need to log in to create posts and topics.

Slider Color Picker

How to use slider Color Picker in VisualNEO Web offline?

@asmat ,
1. download the js "https://unpkg.com/slider-color-picker
2. rename as slider-color-picker.module.js
3. add to the project libraries/files
4.in the example, change the line import "https://unpkg.com/slider-color-picker"; to import "./js/slider-color-picker.module.js";

luishp and javadrajabihakami have reacted to this post.
luishpjavadrajabihakami

@emmanuel-fernandez menudo nivel :)
Gracias!!

@asmat have you seen the included neoColorPicker plugin?

@emo

I have done as your recommendation but still, I got the error.

 

 

 

Uploaded files:
  • You need to login to have access to uploads.

@luishp

Yes, I have already tested neoColorPicker but it does not match my UI, I like to make a color Picker like undraw.

Uploaded files:
  • You need to login to have access to uploads.
Quote from asmat on September 23, 2022, 8:49 pm

@emo

I have done as your recommendation but still, I got the error.

 

 

 

@asmat , try in a localhost or with NWjs and will work

Uploaded files:
  • You need to login to have access to uploads.
asmat has reacted to this post.
asmat

Thanks, yes it works with HTTP-server.