react-hsl-sliders

React HSL color sliders component

Usage no npm install needed!

<script type="module">
  import reactHslSliders from 'https://cdn.skypack.dev/react-hsl-sliders';
</script>

README

React HSL Sliders

Getting Started

npm install react-hsl-sliders

Props

  • value (hex color string)
  • onChange (function)
  • inline (boolean)
  • tabIndex (number)
  • hideValues (boolean)
  • classNames (object)
    • container (string)
    • rangeGroup (string)
    • rangeLabel (string)
    • range (string)

MIT License