-
Updated
Jul 8, 2022 - C#
#
color-picker
Here are 847 public repositories matching this topic...
Windows system utilities to maximize productivity
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
productivity
screenshot
share
ocr
imgur
csharp
image-annotation
dropbox
color-picker
ftp
file-upload
file-sharing
url-shortener
screen-recorder
gif
capture
screen-capture
region-capture
gif-recorder
sharex
-
Updated
Jul 9, 2022 - C#
-
Updated
May 18, 2022 - JavaScript
Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
map
swift
alert
telegram
login
contacts
color-picker
uitextfield
location
image-picker
datepicker
picker
signin
textfield
country-picker
pickerview
uialertcontroller
phonecode
currency-picker
telegram-picker
-
Updated
Jun 28, 2021 - Swift
Contains some simple and commonly used WPF controls
-
Updated
Jun 17, 2022 - C#
color
widget
material-design
js
color-picker
js-library
color-palette
picker
swatches
colorpicker
ux-design
ux-ui
pickr
color-picker-popup
color-picker-library
-
Updated
May 19, 2022 - JavaScript
good first issue
Good for newcomers
Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
bootstrap
jquery
color
twitter-bootstrap
color-picker
bootstrap4
bootstrap3
bootstrap-components
colorpicker
bootstrap-colorpicker
bootstrap-plugin
-
Updated
Apr 7, 2022 - JavaScript
Generate colors based on a desired contrast ratio
color
colorscheme
color-picker
colors
a11y
color-palette
contrast
color-theme
dark
color-themes
contrast-ratio
color-generator
colorscheme-generator
color-palette-generator
color-theme-switcher
-
Updated
Jul 5, 2022 - JavaScript
android
color-picker
android-library
android-ui
colorpicker
argb
colorpickerview
colorpickerdialog
skydoves
-
Updated
May 3, 2022 - Java
A mininal but complete colorpicker desktop app
-
Updated
May 17, 2022 - JavaScript
-
Updated
Jun 5, 2022 - JavaScript
tf
commented
Oct 9, 2020
When creating an instance with swatches
$('#in').minicolors({
swatches: ['#0000ff', '#ff0000']
});
updating it with a shorter array of swatches
$('#in').minicolors('settings', {
swatches: ['#ff00ff']
});
causes an exception of the form:
Uncaught TypeError: Cannot read property 'match' of undefined
at isRgb (?editor_console=true:1447)
at init (?editor
Colorful: iOS color picker built with Swift.
-
Updated
Jul 22, 2021 - Swift
A highly customizable color picker for Android
-
Updated
Jun 1, 2022 - Java
Contains some simple and commonly used WPF controls based on HandyControl
theme
components
xaml
control
csharp
styled-components
navigation
dark-theme
color-picker
wpf
mvvm
style
badge
persian
cardview
wpf-controls
wpf-ui
tabcontrol
notifyicon
wpf-theme
-
Updated
Jun 13, 2022 - C#
ColorPickerPreference for android to create color picker in preferences. Project created as Library
-
Updated
Mar 30, 2021 - Java
Open
Validate text fields
1
sindresorhus
commented
May 6, 2021
I think we should validate the text fields and indicate invalid/unsupported input somehow. Maybe making the text field have a red border.
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
A tiny color picker custom element for modern web apps (2.7 KB) 🎨
-
Updated
Jul 2, 2022 - TypeScript
vuejs
component
vue
color-picker
vuejs2
color-palette
vue-components
swatches
ui-components
vuejs-components
-
Updated
Jun 29, 2021 - JavaScript
swift
color
ios
color-picker
cocoapods
carthage
color-palette
ios-animation
customizable
color-theme
swift5
-
Updated
Jun 7, 2022 - Swift
HSV color picker for Unity UI
-
Updated
Apr 14, 2022 - ShaderLab
Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
-
Updated
Mar 26, 2020 - TypeScript
-
Updated
Jun 20, 2022 - TypeScript
A tiny menu bar application that helps you pick colours from your screen! 🔍 ✨
-
Updated
Oct 20, 2021 - Swift
It is too hard to build coherent and accessible themes with the right colors. This should help.
-
Updated
Sep 14, 2021 - Dart
A Material Dialog Builder for Jetpack Compose
android
time
material
date
color-picker
dialogs
picker
date-time-picker
jetpack-compose
jetpack-compose-dialogs
compose-material-dialogs
-
Updated
Jul 3, 2022 - Kotlin
Lightweight color picker for X11
-
Updated
Apr 14, 2022 - Rust
A custom preference item for easy implementation of a color picker in Android's preference screen.
-
Updated
Feb 21, 2019 - Java
Improve this page
Add a description, image, and links to the color-picker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the color-picker topic, visit your repo's landing page and select "manage topics."
Really love this library, especially all the accessibility considerations built in! One thing I've noticed in implementing it though is an error from accessibility validators for a missing
aria-valuenow
property on both the Color and Hue sliders.I had an explore of the MDN docs for the two properties