Menu
Libraries |
Category

svelte-color-picker

  • Purpose: A Svelte component for color picking with HSV (Hue, Saturation, Value) functionality.
  • Key Features:
    • Provides an interactive color picker for Svelte applications.
    • Supports color change events and initial color setup.
  • Target Audience: Svelte developers needing a customizable color picker component.
  • Component:
    • <HsvPicker>: The main and currently only color picker component.
      • Props:
        • on:colorChange: Callback function triggered on color changes (returns RGBA values).
        • startColor: Initializes the picker with a specified HEX color (without alpha).
  • Framework Support: Exclusively for Svelte v3 ![svelte-v3](https://img.shields.io/badge/svelte-v3-blueviolet.svg).
  • Demo: Available at Demo Page.
  • License: MIT.

sveltesvelte-v3color-pickersveltejs

Comments