Merge pull request #3 from edx/sarahkf/checkbox
Set up checkbox
Showing
.storybook/__storyshots__/CheckBox.shot
0 → 100644
__tests__/checkbox-test.jsx
0 → 100644
| ... | @@ -16,10 +16,13 @@ | ... | @@ -16,10 +16,13 @@ |
| "test-storybook": "storyshots" | "test-storybook": "storyshots" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "babel-jest": "^20.0.3", | |||
| "babel-preset-es2015": "^6.24.1", | |||
| "classnames": "^2.2.5", | "classnames": "^2.2.5", | ||
| "prop-types": "^15.5.8", | "prop-types": "^15.5.8", | ||
| "react": "^15.5.4", | "react": "^15.5.4", | ||
| "react-dom": "^15.5.4", | "react-dom": "^15.5.4", | ||
| "react-test-renderer": "^15.6.1", | |||
| "react-transition-group": "^1.1.2", | "react-transition-group": "^1.1.2", | ||
| "reactstrap": "^4.6.2" | "reactstrap": "^4.6.2" | ||
| }, | }, | ||
| ... | @@ -33,6 +36,7 @@ | ... | @@ -33,6 +36,7 @@ |
| "babel-preset-babili": "^0.0.12", | "babel-preset-babili": "^0.0.12", | ||
| "babel-preset-env": "^1.4.0", | "babel-preset-env": "^1.4.0", | ||
| "babel-preset-react": "^6.24.1", | "babel-preset-react": "^6.24.1", | ||
| "enzyme": "^2.8.2", | |||
| "eslint": "^3.19.0", | "eslint": "^3.19.0", | ||
| "eslint-config-airbnb": "^14.1.0", | "eslint-config-airbnb": "^14.1.0", | ||
| "eslint-config-edx": "^2.0.1", | "eslint-config-edx": "^2.0.1", | ||
| ... | ... |
src/CheckBox.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment