UNPKG

@s-ui/react-organism-nested-checkboxes

Version:

This component shows a parent checkbox with children that their controls his own state.

43 lines (42 loc) 1.11 kB
{ "name": "@s-ui/react-organism-nested-checkboxes", "version": "3.3.0", "description": "", "publishConfig": { "access": "public" }, "keywords": [ "@s-ui", "react", "component", "organism", "nestedCheckboxes" ], "main": "lib/index.js", "scripts": { "prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles", "build:js": "babel --presets sui ./src --out-dir ./lib", "build:styles": "cpx './src/**/*.scss' ./lib" }, "dependencies": { "@s-ui/react-molecule-checkbox-field": "5" }, "peerDependencies": { "@s-ui/component-dependencies": "1" }, "repository": { "type": "git", "url": "https://github.com/SUI-Components/sui-components", "directory": "components/organism/nestedCheckboxes" }, "config": { "title": "nestedCheckboxes", "category": "organism", "type": "components" }, "bugs": { "url": "https://github.com/SUI-Components/sui-components/issues?q=is%3Aopen+label%3A%22Component%3A+nestedCheckboxes%22" }, "homepage": "https://sui-components.vercel.app/", "license": "MIT" }