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

slamdata/purescript-colorpicker-halogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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