IjzerenHein / react-tag-cloud

Create beautiful tag/word clouds using React ☁️
https://react-tag-cloud.stackblitz.io/
MIT License
117 stars 27 forks source link

add optional `className` prop #41

Closed oakhtar147 closed 11 months ago

oakhtar147 commented 3 years ago

🐛 bug fix.

I was using your tag cloud for a portfolio website. I was using TypeScript and there was an error in which TagCloud did not accept className prop. I fixed it by including it in the Props interface.

Please merge. Thanks!