clarisights / KnitUI

A React Component library implementing the Knit design language
https://knitui.design
16 stars 12 forks source link

Fixed the DOM issues with label. #115

Closed deepakkarki closed 4 years ago

deepakkarki commented 4 years ago

It was not passing down events such as 'mouseover', etc. to the underlying div

netlify[bot] commented 4 years ago

Deploy preview for jolly-kirch-692fce ready!

Built with commit 7ba885a4c1ea289bde19b09cd27ece8864cf1490

https://deploy-preview-115--jolly-kirch-692fce.netlify.com

prasook-jain commented 4 years ago

hey @deepakkarki , styles applied using className & style props should be only applied to container/wrapper of label component. So we should avoid passing down this props to child components.