swipeout icon indicating copy to clipboard operation
swipeout copied to clipboard

why it does not work with web

Open priyankaa02 opened this issue 6 years ago • 3 comments

priyankaa02 avatar Apr 11 '19 08:04 priyankaa02

To get this working on web you must also include the index css: import 'rc-swipeout/assets/index.css';

DavidBriglio avatar Mar 25 '20 14:03 DavidBriglio

@DavidBriglio I'm facing this issue even included the css file, though I'm may be wrong here but I'm trying it on desktop web does this plugin support that?

farhantahir avatar Apr 17 '20 12:04 farhantahir

@farhantahir After installing I only had to add this at the top of the file that was using the SwipeOut component:

import SwipeOut from 'rc-swipeout';
import 'rc-swipeout/assets/index.css';

How did you install it, and what does your implementation look like?

DavidBriglio avatar Apr 17 '20 12:04 DavidBriglio