New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blaze/github-buttons

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blaze/github-buttons

Open Source UI Toolkit - GitHub Buttons

  • 3.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
increased by650%
Maintainers
1
Weekly downloads
 
Created
Source

Blaze GitHub Buttons

Blaze is a framework-free open source UI toolkit. It provides great structure for building websites quickly with a scalable and maintainable foundation.

https://www.blazeui.com

ci build status

Using the GitHub Buttons

Link to it by adding the following to your <head></head>.

<script src="https://unpkg.com/@blaze/github-buttons@x.x.x/dist/github-buttons.js"></script>

The x.x.x is the specific version of the library, you should use specifc versions to prevent against breaking changes.

That's it! Start using the component in your HTML.

<github-button user="BlazeSoftware"
               repo="blaze"
               type="star"
               text="Like us!"
               large
               count>
</github-button>
SettingDescription
userThe owner of the GitHub repo
repoThe name of the repo
typeType of button. Can be star, watch, follow, issue, fork or download
textOverride the standard button text
largeIncrease size of button
countDisplay the count bubble next to the button

Keywords

FAQs

Package last updated on 29 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc