컴포넌트 별로 CSS 생성
1. 개념
- 파일명.module.css
- import 참조변수 form './파일명.module.css';
- 개발자 도구에서 보면 '파일명클래스명아무말' 이라고 설정된다
2. 예제
// day04/src/components | |
Test03.jsx | |
Test03.css | |
Test03.module.css |
모달창
/src/components/AlertModal.js
/src/components/ConfirmModal.js
/src/css/AlerModal.css
/src/css/Confirm.css