Closed daeseong9388 closed 5 months ago
Thank you for your suggestion. This feature seems relatively straightforward to implement and could be beneficial across various use cases. We will work on adding this enhancement promptly.
Thank you once again for your proposal.
Thank you for the prompt response and for considering the addition of this feature!! 👍
Version 2.3.0 now includes the numberSlotClassName and numberClassName props. Please check to see if this update addresses your needs, and don't hesitate to let us know if there's anything more you require.
I'm currently trying to implement a text gradient effect using
background-clip: text
. However, this effect needs to be applied within the container of the text itself.https://github.com/almond-bongbong/react-slot-counter/blob/0e21537c4f74968686d6fe5347e02572cc1aa313/src/components/Slot.tsx#L147C6-L158C14
I would like to request the enhancement of the
renderDummyList
function to accept an additional className prop. This would allow for individual styling of the dummy list items, similar to howvalueClassName
is used for the main value elements.Thank you for considering this feature request. I appreciate the work that has been put into the this project and am looking forward to possibly contributing to its further development with this enhancement.