collapse icon indicating copy to clipboard operation
collapse copied to clipboard

CSS not working even I import index.css following Readme

Open leonace924 opened this issue 3 years ago • 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

leonace924 avatar Jul 22 '20 07:07 leonace924

check if css is injected to your html page

07akioni avatar Jul 23 '20 02:07 07akioni