arnthor3 / react-bootstrap-toggle

Bootstrap-toggle without the JQuery dependencies
Other
54 stars 16 forks source link

Allow to set width 100% #22

Closed Grzesie2k closed 6 years ago

arnthor3 commented 6 years ago

You can do that, just pass width="100%" and it will span to the width of the parent container. Could you check again?

arnthor3 commented 6 years ago

You can throw in "100%". I noticed that it was still calculating the width even though the width prop was set. I fixed that, hopefully.. :)

Grzesie2k commented 6 years ago

Can You publish new version to npm registry?

arnthor3 commented 6 years ago

Will do later today.

titse commented 6 years ago

Thanks!