react primary color (1) 썸네일형 리스트형 [ React / antd ] react ant-design theme 변경 ( custom theme ) React에서 antd를 사용중에, custom theme를 사용하는 방법에 대해 알아보았다. antd의 공식 페이지(https://ant.design/docs/react/customize-theme)에서 customize에 대해 친절하게 설명을 써 주었지만, 난 왜이렇게 읽기가 어려운건지..ㅠㅠㅠㅠ... * LinkedIn 글을 참고하여 작성. 1. Create React App 을 통해 리액트 프로젝트 생성. npx create-react-app 2. antd 패키지 설치 // 1) npm install antd 명령어를 사용하여 전체 패키지 설치 npm install antd // 2) npm install less -g 명령을 사용하여 less 전역 설치. npm install -g less 3... 이전 1 다음