Closed nathancahill closed 2 years ago
Since we're creating a <div> for each of the components, it's handy to be able to pass arbitrary props to the underlying element.
<div>
Also adds a semi-colon to the style tag, since style=";;;width:100%;" is valid CSS.
style
style=";;;width:100%;"
Hey, thanks for the contribution! This is a great idea and makes much more sense than what I have now.
Since we're creating a
<div>
for each of the components, it's handy to be able to pass arbitrary props to the underlying element.Also adds a semi-colon to the
style
tag, sincestyle=";;;width:100%;"
is valid CSS.