-
[UI 라이브러리] Ant DesignProgramming/JavaScript & TypeScript 2022. 5. 17. 15:59728x90
Ant Design - The world's second most popular React UI framework
ant.design
index.js에서 css를 import 시켜줘야한다.
import 'antd/dist/antd.css'; //혹시 위가 안되면 아래껄 사용하자 import 'antd/dist/antd.min.css';
less 기반으로 작성된 라이브러리
'Programming > JavaScript & TypeScript' 카테고리의 다른 글
[UI 라이브러리] React BootStrap (0) 2022.05.17 [UI 라이브러리] React Semantic UI (0) 2022.05.17 [UI 라이브러리] Onsen UI (0) 2022.05.17 [React 라이브러리] 스타일링 라이브러리 (0) 2022.05.10 [React 라이브러리] 라이브러리 기초 (0) 2022.05.09