react-image-diff icon indicating copy to clipboard operation
react-image-diff copied to clipboard

Make borders optional

Open waliurjs opened this issue 8 years ago • 0 comments

The red and green borders get in the way of the website's design that its being used in. Please accept a boolean value to make them optional.

Also, just a heads up: If I add this styles:

.ImageDiff__before,
.ImageDiff__after {
  border: 0!important
}

... in swipe mode the divider border get out of container.

Anyway, awesome component! Thanks! :)

waliurjs avatar Jan 07 '18 12:01 waliurjs