@bndynet/pretty-check
v1.0.2
Published
pretty checkbox and radio
Downloads
3
Readme
pretty-check
Styles for pertty checkbox and radio. DEMO
Quick start
<link rel="stylesheet" href="https://unpkg.com/@bndynet/pretty-check/dist/pretty-check.css">
<div class="checkbox checkbox-animated checkbox-[flat|circle] checkbox-[dark|primary|success|...]">
<input id="chk" type="checkbox">
<label for="chk">
Label for checkbox
</label>
</div>
<div class="radio radio-animated radio-[dark|primary|success|...]">
<input id="rd1" type="radio">
<label for="rd1">
Label for radio
</label>
</div>
Development
npm i
to install all dependenciesnpm start
to watch source and open http://localhost:3000/docs/index.html demo sitenpm run build
to build scss files