All Projects → narsenico → a-color-picker

narsenico / a-color-picker

Licence: MIT License
A color picker for web app

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
typescript
32286 projects

Projects that are alternatives of or similar to a-color-picker

Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+179.38%)
Mutual labels:  color, color-picker, picker
react-native-color-panel
React Native Color Panel Component for iOS and Android 🏳️‍🌈
Stars: ✭ 21 (-78.35%)
Mutual labels:  color, color-picker, picker
colr pickr
Colr Pickr, a vanilla JavaScript color picker component built with SVGs, with features like saving colors. Similar design to the chrome-dev-tools color picker.
Stars: ✭ 27 (-72.16%)
Mutual labels:  color, color-picker, picker
Pixel Picker
A tiny menu bar application that helps you pick colours from your screen! 🔍✨
Stars: ✭ 318 (+227.84%)
Mutual labels:  color, color-picker, picker
Pickr
🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
Stars: ✭ 3,759 (+3775.26%)
Mutual labels:  color, color-picker, picker
React Colorful
🎨 A tiny (2,5 KB) color picker component for React and Preact apps
Stars: ✭ 951 (+880.41%)
Mutual labels:  color, color-picker, picker
Colorpicker
A mininal but complete colorpicker desktop app
Stars: ✭ 766 (+689.69%)
Mutual labels:  color, color-picker, picker
Colorpickerwpf
Simple color picker control for WPF
Stars: ✭ 71 (-26.8%)
Mutual labels:  color, color-picker, picker
react-native-image-color-picker
Image color picker based on image source provided and return image different color palettes or average color palette
Stars: ✭ 25 (-74.23%)
Mutual labels:  color, color-picker
ColorPicker
A HSV style Color Picker Dialog library for Android (with Alpha setting)
Stars: ✭ 16 (-83.51%)
Mutual labels:  color-picker, picker
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (-61.86%)
Mutual labels:  color, color-picker
vue-uix
Vue components based on the JUI components available in Vue.js
Stars: ✭ 15 (-84.54%)
Mutual labels:  color-picker, picker
reinvented-color-wheel
A vanilla-js touch-friendly HSV color picker inspired by Farbtastic Color Picker.
Stars: ✭ 43 (-55.67%)
Mutual labels:  color, color-picker
ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (-54.64%)
Mutual labels:  color, color-picker
Django Colorfield
color field for django models with a nice color-picker in the admin. 🎨
Stars: ✭ 238 (+145.36%)
Mutual labels:  color, picker
vscode-color
Helper with GUI to generate color codes such as CSS color notations.
Stars: ✭ 88 (-9.28%)
Mutual labels:  color-picker, picker
color-picker
A color picker app made in flutter
Stars: ✭ 46 (-52.58%)
Mutual labels:  color, color-picker
react-material-color-picker
react-material-color-picker component for selecting colors from google material color palette 📃
Stars: ✭ 19 (-80.41%)
Mutual labels:  color, picker
global-color-picker
start the script and click anywhere to get rgb value at the cursor location
Stars: ✭ 31 (-68.04%)
Mutual labels:  color, color-picker
pantone-colors
Hex values of all 2310 Pantone colors
Stars: ✭ 147 (+51.55%)
Mutual labels:  color, color-picker

npm version MIT License live demo

a-color-picker

See api and demo

a-color-picker screenshot

Usage

  1. Include acolorpicker.js
    <script type="text/javascript" src="acolorpicker.js"></script>
    or require a-color-picker
    const AColorPicker = require('a-color-picker');
  2. Call this JavaScript function
    AColorPicker.from('div.container');
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].