HI, I am using fslightbox-react for my personal project, I found this packet cannot allow developer to pass some custom className and id to the component. Can we have this feature in next update?
For example:
<FsLightbox id="testing_class" className="testing_class"/>
will render
<div id="testing_class" class="testing_class fslightbox-container fslightbox-full-dimension fslightbox-fade-in-strong">
//sth inside
</div>