stylekit
Version:
In-browser CSS generation with variable binding and live updates
14 lines • 387 B
HTML
<html>
<head>
<title>stylekit demo</title>
<script src='bundle.js'></script>
</head>
<body onload='init();'>
<div>
<h1>Hello World</h1>
</div>
<input type='text' name='main' value='' placeholder='main color'><br>
<input type='text' name='secondary' value='' placeholder='secondary color'><br>
<input type='button' value='Update'>
</body>
</html>