1.0.2 • Published 5 years ago

@bndynet/pretty-check v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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