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    
ui-component-library / src / playground / Button / breed / AttentionButton.ddd
Size: Mime:
/**
 * notify-me-button
 * may also be used for other things like errors or warnings or confirm?
 */

const AttentionButton = styled.withComponent(Button) `
  &.attention {
    color: $colors-main-background;
  }
`