1.0.3 ⢠Published 6 years ago
butterfly-radio v1.0.3
š¦ butterfly-radio š¦

š» Change html radio button to butterfly animation.
š¼ Installation
šŗ In a browser:
<script src="butterfly-radio.js"></script>šŗ Using npm:
$ npm install butterfly-radiošŗ In Node.js:
const butterflyRadio = require("butterfly-radio");
butterflyRadio();š¼ Usage
<butterfly-radio name="flower">
<input type="radio" value="1"><label>Red flower</label>
<input type="radio" value="2"><label>Green flower</label>
<input type="radio" value="3"><label>Blue flower</label>
</butterfly-radio>š» The name attribute and id attribute of the <input> element can be omitted.
š» The for attribute of the <label> element can be omitted.
š¼ License
butterfly-radio is created under the MIT license.