react-emoji-render icon indicating copy to clipboard operation
react-emoji-render copied to clipboard

Added default option

Open Satoshi-Sh opened this issue 1 year ago • 2 comments

Related issue

closes #115

Updates

  • Added isDefault to Emoji
  • if isDefault is set false, the style will be empty instead of { width: "1em", height: "1em", margin: "0 .05em 0 .1em", verticalAlign: "-0.1em", }

Demo isDefault true and false

Tested on React app

isDefaul-demo

Satoshi-Sh avatar Oct 31 '23 20:10 Satoshi-Sh