Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 524 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 524 Bytes

Color Palette

This is an example for showing how to create custom form element.

  • you can set or get the value via value attribute
  • it fires onchange event like <input> element

Have a play

Open this example on Plunker

Run locally

Install superstatic if you don't have.

$ npm install -g superstatic

Download or clone this repo, then run the command.

$ cd to/this/dir
$ superstatic

Open the URL shown in your browser.