강의

멘토링

로드맵

Inflearn Community Q&A

bizdb1464's profile image
bizdb1464

asked

Node and React series that you can learn by following - Creating a movie site

Movie App Series #5 Grid Card Component (Learn React Node by Following)

엔트디자인 사용방법이 있나요.,.

Written on

·

567

0

아무리똑같이 쳐도 엔트디자인 적용이 되지 않습니다..

혹시 깔려있어야 하는게 있나요..

혹시나해서 npm install antd

도 했는데 적용이 안돼서 진도를 못나가고 있습니다 ㅠㅠ

mongodbreact웹앱nodejsexpress

Answer 1

0

John Ahn님의 프로필 이미지
John Ahn
Instructor

안녕하세요 coder님  

혹시 stylesheet를 적용하셨나요 ? 

만약 안하셨다면 

client/src/index.js에 

import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'

이 부분을 넣어주시면 됩니다 ! 

https://ant.design/docs/react/introduce

여기 설명서를 참고해주세요 ~ ! 

bizdb1464's profile image
bizdb1464

asked

Ask a question