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    
  ..
  ButtonWithIcon
  ContinueButton
  FlatButton
  GhostButton
  LinkButton
  PrimaryButton
  RaisedButton
  RemoveButton
  SaveButton
  SecondaryButton
  SubmitButton
  TertiaryButton
  ToggleButton
  README.md
  index.ts
Size: Mime:

Buttons

@todo
!! aria label here is wrong

SET OF PRESETS BUTTON / BREEDS

RaisedButton

=> comes with background and text

FlatButton

=> comes with only text, no background => looks like link, this will be used in many modals / menus

ToggleButton

=> just like on/off state like swiping buttons => like a switch

GhostButton

=> comes with only the border and text, no background color => like transparent button

TabsButton

=> like a tab menu => collection of buttons in on row or column at one time one button will be in active => Ex: tool bar, tabbed panels

LinkButton

=> nothing but a button, not a link => comes with onClick => like ghost button but no border and text has underline in it => same as link in style but works as button

SwatchButton

=> collection of buttons with multiple states like, hover, active/pressed/selected => comes with mutliple selection

CancelButton

=> button with cancel theme and text

SaveButton

=> button with save theme and text

RemoveButton

=> button with remove theme and text

ContinueButton

=> button with continue theme and text

SubmitButton

=> button with submit theme and text