Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 562 Bytes

purescript-colorpicker-halogen

A bunch of components that could be used to build colorpicker.

Idea

Instead of providing ready one large atomic colorpicker component this library defines small reusable components that takes a Color as input and raises messages containing Color.

Having external (e.g. in parent component state) Color would be enough to bake it all into one colorpicker.

Examples

To run examples

npm run build
http-server example

you can install http-server using npm