Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madarche/v-radio-deselectable
A Vuetify radio component that can be deselected
https://github.com/madarche/v-radio-deselectable
vuejs vuetify
Last synced: 2 months ago
JSON representation
A Vuetify radio component that can be deselected
- Host: GitHub
- URL: https://github.com/madarche/v-radio-deselectable
- Owner: madarche
- Created: 2018-07-23T08:58:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:02:15.000Z (about 2 years ago)
- Last Synced: 2024-04-25T09:43:22.403Z (9 months ago)
- Topics: vuejs, vuetify
- Language: JavaScript
- Size: 340 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v-radio-deselectable
[![NPM version](http://img.shields.io/npm/v/v-radio-deselectable.svg)](https://www.npmjs.org/package/v-radio-deselectable)
[![Dependency Status](https://david-dm.org/madarche/v-radio-deselectable.svg)](https://david-dm.org/madarche/v-radio-deselectable)
[![devDependency Status](https://david-dm.org/madarche/v-radio-deselectable/dev-status.svg)](https://david-dm.org/madarche/v-radio-deselectable#info=devDependencies)A Vuetify radio component that can be deselected, to make it possible for the
user to cancel/erase their choice.This component is useful for example for creating sleek surveys and respecting
users' choice.This component is a wrapped Vuetify v-radio component.