- Downloads
Button component added
parent
ee5d99b6
No related branches found
No related tags found
Showing
- package-lock.json 48 additions, 0 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- src/components/Button/Button.module.scss 9 additions, 1 deletionsrc/components/Button/Button.module.scss
- src/components/Button/index.jsx 8 additions, 8 deletionssrc/components/Button/index.jsx
- src/containers/Login/index.jsx 6 additions, 1 deletionsrc/containers/Login/index.jsx
- src/index.js 3 additions, 0 deletionssrc/index.js
| ... | @@ -6,7 +6,9 @@ | ... | @@ -6,7 +6,9 @@ |
| "@testing-library/jest-dom": "^5.16.1", | "@testing-library/jest-dom": "^5.16.1", | ||
| "@testing-library/react": "^12.1.2", | "@testing-library/react": "^12.1.2", | ||
| "@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
| "bootstrap": "^4.6.0", | |||
| "classnames": "^2.3.1", | "classnames": "^2.3.1", | ||
| "jquery": "^3.6.0", | |||
| "node-sass": "^7.0.1", | "node-sass": "^7.0.1", | ||
| "react": "^17.0.2", | "react": "^17.0.2", | ||
| "react-dom": "^17.0.2", | "react-dom": "^17.0.2", | ||
| ... | ... | ||
| ... | ... |
Please sign in to comment