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

Arrow button if not using font awesome

Open ajaycodingmart opened this issue 7 years ago • 1 comments

I am not using font awesome and I cannot see the left and right arrows. How to use custom arrow icons. For other modifications, I cannot even add css as it having dynamic classNames.

ajaycodingmart avatar Nov 16 '18 08:11 ajaycodingmart

Hey @ajaycodingmart react-tabtab doesn't use font-awesome. It use self-defined svg icon: https://github.com/ctxhou/react-tabtab/blob/master/src/IconSvg.js

ctxhou avatar Dec 10 '18 20:12 ctxhou