react-component / tabs

React Tabs
https://tabs.react-component.now.sh/
MIT License
566 stars 232 forks source link

Error with styling #389

Open datnguyen-nfq opened 3 years ago

datnguyen-nfq commented 3 years ago

Screen Shot 2021-05-29 at 21 46 11

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

paolaguitian commented 3 years ago

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

datnguyen-nfq commented 3 years ago

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