refactor: rename Switch component to Toggle and implement new Switch component #62
Labels
component: new
New component addition.
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
We need to migrate the existing
Switch
component to be renamed asToggle
. Following the migration, we'll introduce a newSwitch
component with distinct functionality. This update will involve refactoring the codebase to replace all instances of theSwitch
component withToggle
and then developing the newSwitch
component. Ensure that proper documentation and tests are updated accordingly.The text was updated successfully, but these errors were encountered: