Written on
·
567
0
아무리똑같이 쳐도 엔트디자인 적용이 되지 않습니다..
혹시 깔려있어야 하는게 있나요..
혹시나해서 npm install antd
도 했는데 적용이 안돼서 진도를 못나가고 있습니다 ㅠㅠ
Answer 1
0
안녕하세요 coder님
혹시 stylesheet를 적용하셨나요 ?
만약 안하셨다면
client/src/index.js에
import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'
이 부분을 넣어주시면 됩니다 !
https://ant.design/docs/react/introduce
여기 설명서를 참고해주세요 ~ !