bulma-survey
v1.0.2
Published
Make classic checkbox and radio survey style with smileyes
Downloads
2
Maintainers
Readme
bulma-survey
Bulma's extension to display better survey radio input (find all others bulma's extensions here)
Documentation & Demo
Here how to use in your html
<div class="field">
<input class="is-survey is-bad" id="bad" type="radio" name="survey">
<label for="bad"><span class="icon"></span>Bad</label>
<input class="is-survey is-normal" id="normal" type="radio" name="survey">
<label for="normal"><span class="icon"></span>Normal</label>
<input class="is-survey is-good" id="good" type="radio" name="survey">
<label for="good"><span class="icon"></span>Good</label>
</div>