feat(toggle): support small size, deprecate ToggleSmall

This commit is contained in:
Eric Liu 2020-11-19 15:20:01 -08:00
commit 1e3eef992c
12 changed files with 91 additions and 17 deletions

View file

@ -23,6 +23,14 @@ components: ["Toggle", "ToggleSkeleton"]
<Toggle labelText="Push notifications" disabled />
### Small size
<Toggle size="sm" labelText="Push notifications" />
### Skeleton
<ToggleSkeleton />
<ToggleSkeleton />
### Skeleton (small)
<ToggleSkeleton size="sm" />