Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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',
}