CHANGED: Check boxes now is FONT, not SVG or anything

REMOVED: Labels for switch and radio (because it's useless and make code more difficult)
This commit is contained in:
2024-02-02 01:47:26 +04:00
parent 252f03af7a
commit bb7b511b76
10 changed files with 221 additions and 265 deletions

View File

@@ -89,12 +89,8 @@ export default function Switches() {
>
<div>
<h2> Default </h2>
<Switch icon labelPlacement={'left'}>
Label
</Switch>
<Switch icon selected>
Label
</Switch>
<Switch icon labelPlacement={'left'} />
<Switch icon selected />
</div>
</div>
</div>