npm i antd --s
import 'antd/dist/antd.css';
버전 업이 되면서 icon은 더이상 antd패키지에 포함되어 있지 않다
따로 사용하려면
npm install --save @ant-design/icons
import Icon from '@ant-design/icons';
npm i antd --s
import 'antd/dist/antd.css';
버전 업이 되면서 icon은 더이상 antd패키지에 포함되어 있지 않다
따로 사용하려면
npm install --save @ant-design/icons
import Icon from '@ant-design/icons';