Skip to content

VisualSolutions/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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PureScript 88.2%
  • CSS 10.7%
  • HTML 1.1%