For Programmer
16.css framework 사용 - boiler-plate 제작(frontend) 본문
React & Node.js 프로젝트/boiler-plate 제작
16.css framework 사용 - boiler-plate 제작(frontend)
유지광이 2020. 8. 2. 17:13728x90
1. antd 모듈 다운로드(https://ant.design/)
2.antd import후 사용하기
* antd 홈페이지 - Components 접속하면 다양한 css들을 제공하고 있다.
*예를들어 위와 같이 primary Button버튼을 사용하기 위해서 무엇을 import해야하며 어떠한 코드를 사용해야하는지 자세하게 나와있으며 코드 위쪽 밑줄친 곳을 보면 codesandbox 등 실제로 다양한 코드를제공하는 사이트와 연결되어 바로 코드와 css 확인도 가능하다.
동영상강의
728x90
'React & Node.js 프로젝트 > boiler-plate 제작' 카테고리의 다른 글
17. 리덕스 사용하기(상태관리자) - boiler-plate 제작(frontend) (0) | 2020.08.02 |
---|---|
15.서버와 리액트를 한번에 실행 할 수있는 모듈 - boiler-plate 제작(frontend) (0) | 2020.08.02 |
14.리액트에서 서버로 request(요청) 보내기 - boiler-plate 제작(frontend) (0) | 2020.08.02 |
13.react-router-dom 사용하기 - boiler-plate 제작(frontend) (0) | 2020.08.02 |
12. React 내부 폴더 구조 - boiler-plate제작(frontend) (0) | 2020.08.02 |
Comments