react-component / collapse

React Collapse / Accordion
http://react-component.github.io/collapse/
MIT License
324 stars 134 forks source link

CSS not working even I import index.css following Readme #156

Open leonace924 opened 4 years ago

leonace924 commented 4 years ago

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

07akioni commented 4 years ago

check if css is injected to your html page