A Swift Autolayout DSL for iOS & OS X
-
Updated
Nov 30, 2021 - Swift
Dear Mui-treasury contributors,
What is the problem ?
There is a warning while using SwipeableSidebar with Tyepscript:
Warning: React does not recognize the `sidebarId` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `sidebarid` instead. If you accidentally passed it from a parent component, remove it from the DO
Add a description, image, and links to the layout topic page so that developers can more easily learn about it.
To associate your repository with the layout topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I don't think Theme UI should be opinionated on which SVGs should be used for the
Radio
&CheckBox
componentsDescribe the solution you'd like
Probably an additional prop called
customIcon
maybe... based on which we could conditionally render the passed SVG icon otherwise we use the default icons?**Describe alter