allan.conda
02/04/2021, 9:33 AMSwitch
so we can build our own design components with less effort? Just like we have BasicTextField
, I’m wondering if we could have something like BasicSwitch
. Currently we resort to copy-pasting non-public components in order to easily build our own design. I’m wondering if this is the ideal way to move forward for such cases.jim
02/04/2021, 10:54 AMBasicSwitch
was ever needed/implemented, so we don't expose one. If you find that there is some private API which exists and is not exposed and you think would be valuable, please feel free to start a thread or open a bug and we can consider.
That said, please do not be afraid of copy paste. For more details, see Sebastian Markbage's amazing talk here: allan.conda
02/04/2021, 10:57 AM