@createnl/grouped-checkboxes
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@createnl/grouped-checkboxes", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Grouped checkboxes with check-all checkboxes", | ||
@@ -24,4 +24,4 @@ "repository": { | ||
"peerDependencies": { | ||
"react": ">=16.8.0", | ||
"react-dom": ">=16.8.0" | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -5,2 +5,4 @@ # Grouped Checkboxes | ||
[![GitHub](https://img.shields.io/github/license/createnl/grouped-checkboxes)](https://github.com/createnl/grouped-checkboxes/blob/master/LICENSE) | ||
[![npm](https://img.shields.io/npm/dt/@createnl/grouped-checkboxes)](https://www.npmjs.com/package/@createnl/grouped-checkboxes) | ||
[![React](https://img.shields.io/badge/React-^16.8.0-brightgreen)](https://github.com/facebook/react) | ||
@@ -18,2 +20,6 @@ An easy to use React Component to create a checkbox group with a checkbox to check all checkboxes. | ||
## Example | ||
Live examples: https://v5sww.csb.app/ | ||
Codesandbox: https://codesandbox.io/s/grouped-checkboxes-v5sww | ||
``` jsx harmony | ||
@@ -20,0 +26,0 @@ import React from "react"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67949
126