Repository URL to install this package:
Version:
0.9.6 ▾
|
export const classes = {
default: 'button',
isGhost: 'ghost',
isResting: 'resting',
isDisabled: 'disabled',
isSelected: 'selected',
isPushed: 'active pushed',
isHovering: 'hovered',
isFocused: 'focused',
isLowPriority: 'lowpriority',
isIconLeft: 'icon-left',
isIconRight: 'icon-right',
// @todo
// isFullWidth: 'fullwidth',
// isWide
// 3 standard sizes only, maybe only 2
isNormal: '1x',
isLarge: '2x',
isSuperSized: '3x',
center: 'center',
}