tabs icon indicating copy to clipboard operation
tabs copied to clipboard

Error with styling

Open datnguyen-nfq opened this issue 3 years ago • 2 comments

Screen Shot 2021-05-29 at 21 46 11

This is the first time i use rc-tabs. And i can't get styling.

datnguyen-nfq avatar May 29 '21 14:05 datnguyen-nfq

You need to import the styles at the entry root of your project. import 'antd/dist/antd.css'; more details here: https://ant.design/docs/react/use-with-create-react-app#Install-and-Initialization

paolaguitian avatar Aug 12 '21 13:08 paolaguitian

You need to import the styles at the entry root of your project. import 'antd/dist/antd.css'; more details here: https://ant.design/docs/react/use-with-create-react-app#Install-and-Initialization

Thank for your suggestion let me try

datnguyen-nfq avatar Aug 13 '21 05:08 datnguyen-nfq