Hi! Thank you for your project.
Can you please add data attributes transfer to StickyBox element?
For example, if you want to set data-testid on created by StickyBox div container probably the most intuitive way to do this is set it like this <StickyBox data-testid="some-testid" />.
But now you have to create another inner div element for this and add to it some css.
Hi! Thank you for your project. Can you please add data attributes transfer to StickyBox element? For example, if you want to set
data-testid
on created by StickyBox div container probably the most intuitive way to do this is set it like this<StickyBox data-testid="some-testid" />
. But now you have to create another inner div element for this and add to it some css.