react-component/collapse

CSS not working even I import index.css following Readme

leonace924 opened this issue · 1 comments

Hello, I used this code to implement rc-collapse in my react project but style doesn't working

import "rc-collapse/assets/index.css";
import Collapse, { Panel } from "rc-collapse";

What is the problem?
Help me

check if css is injected to your html page