react-reveal icon indicating copy to clipboard operation
react-reveal copied to clipboard

Wrapper <div> tag

Open soroushmadani opened this issue 4 years ago • 1 comments

Hi, thanks for your grate package. I searched a lot and I couldn't find a way to change the container component!

It would be really nice to add a "component" prop just like material-ui components to change the wrapper component if necessary! Sometimes it's just cool to animate inline tags without having a

wrapper and trying to make that inline!

Thanks in advance.

soroushmadani avatar Dec 27 '20 16:12 soroushmadani

CSS can't animate inline elements. Only block elements like div, img e.t.c.

kiri4eb avatar Feb 26 '21 07:02 kiri4eb