css-toggle-input
Version:
An iOS style on/off toggle for checkboxes and radio inputs. Created with only css
40 lines (39 loc) • 825 B
JSON
{
"name": "css-toggle-input",
"version": "1.0.0",
"description": "An iOS style on/off toggle for checkboxes and radio inputs. Created with only css",
"repository": {
"type": "git",
"url": "git+https://github.com/chutou/css-toggle-input.git"
},
"keywords": [
"css-toggle-input",
"toggle",
"switch",
"checkbox",
"radio",
"input",
"on",
"off",
"on-off",
"ios",
"css",
"ui",
"ux"
],
"author": "Chutou",
"engines": {
"node": ">= 0.9"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/chutou/css-toggle-input/issues"
},
"homepage": "https://github.com/chutou/css-toggle-input#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssnano": "^2.1.1",
"gulp-less": "^3.1.0"
}
}