feat(button-skeleton): add size prop consistent with Button

This commit is contained in:
Eric Liu 2020-10-15 05:31:22 -07:00
commit 6d48ff38cb
5 changed files with 33 additions and 9 deletions

View file

@ -68,4 +68,6 @@ description: High-level description
### Skeleton
<Button skeleton />
<Button skeleton />
<Button skeleton size="field" />
<Button skeleton size="small" />