본문 바로가기
공부/리액트

ant design 이용

by 매일삼겹살 2021. 6. 15.
반응형

다운로드

npm install antd --save

 

사용할 것을 component 탭에서 

 

Ant Design - The world's second most popular React UI framework

 

ant.design

 

위 사이트로 가서 getStarted에 들어가면 사용법이 자세하게 나와 있습니다.

 

 

react의 index.js에 아래 코드를 추가해줘야함

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

 

 

728x90

'공부 > 리액트' 카테고리의 다른 글

react hook  (0) 2021.06.15
redux  (0) 2021.06.15
Concurrently 이용  (0) 2021.06.15
데이터 Flow Axios Cors Proxy  (0) 2021.06.15
리액트 라우터 돔  (0) 2021.06.15

댓글