Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.56 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.56 KB

svelte-awesome-color-picker

highly customizable color picker component library

  • 🎹 built-in keyboard navigation
  • 📱 mobile support
  • 🤸‍♂️ accessibility information
  • 🤯 works without javascript (fallback to the browser default color picker)
  • 🏇 it's compatible with form libraries
  • 🧩 fully customizable
  • 🔨 full typescript support

v4

A beta version exists for svelte 5. You can install it with the command: npm install svelte-awesome-color-picker@beta. You will find the doc deployed here.

v3

The major version 3 has been released to remove accessibility issues (see issue #43). The library has also been made simpler and lighter. This comes with some breaking changes

Links

Please read the documentation on the documentation site!

Example

Example of the color picker

contributing

Please see the contributing file