A simple select box to select font. Check the demo here
This plugin require ReactJS >=0.13
Just use the files into /output
directory. Or even the files inside /src
and /styles
if you want to compile them.
I'm lazy to generate package for npm and upload the repositorie :P.
fontList
The list of font family. Array of string.onChange
Event triggered when you change the select value.value
The initial valuename
The name of the hidden field inside the component. Useful if you want to use with form and submit.
MIT.