feat(button) combine boolean fill/size/expand props to string (#13348)

* chore(utils) extend getElementClassObject to accept string array
* feat(button) combine boolean fill/size/span props to string
* feat(button) rename span prop to expand
* docs(button) remove default from listed size options
* docs(button) clarify default button fill styles
This commit is contained in:
Cam Wiegert
2017-11-28 10:40:59 -06:00
committed by GitHub
parent 285a99a6a0
commit 444b77add0
6 changed files with 118 additions and 135 deletions

View File

@ -362,16 +362,11 @@ declare global {
itemButton?: boolean,
href?: string,
buttonType?: string,
large?: boolean,
small?: boolean,
default?: boolean,
size?: 'small' | 'large',
disabled?: boolean,
outline?: boolean,
clear?: boolean,
solid?: boolean,
fill?: 'clear' | 'outline' | 'solid' | 'default',
round?: boolean,
block?: boolean,
full?: boolean,
expand?: 'full' | 'block',
strong?: boolean,
color?: string,
mode?: 'ios' | 'md'