className doesn't appear to work
Closed this issue · 6 comments
drasch commented
can't get className to pass into components. Appears to neither be a property of LinkItUrl
nor work when specified via the component
function per the docs.
Thanks!
anantoghosh commented
I have been busy as of late. I plan to fix it soon.
deadcoder0904 commented
cool @anantoghosh, was gonna open an issue about this as well. let us know when you fix it :)
deadcoder0904 commented
oh i fixed it using global config in tailwind so wouldn't need it :)
anantoghosh commented
Should be fixed in v0.9.0 https://github.com/anantoghosh/react-linkify-it/releases/tag/v0.9.0.
Thank you for notifying.
anantoghosh commented
https://codesandbox.io/s/objective-shannon-c5n82g?file=/src/App.js working demo can be seen here. Please re-open if the issue persists.
drasch commented
Thank you!!