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:

Copy Link example:

<Switch active>
  {({ active, toggle }) =>
    active ? (
      <CopyLink variant="blue" copyText="text to copy" onCopyText={toggle}>
        <span>Copy Link</span>
      </CopyLink>
    ) : (
      <CopyLink variant="blue" copyText="text to copy">
        Copied to clipboard!
      </CopyLink>
    )
  }
</Switch>