@blaze/github-buttons
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

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>
Setting Description
user The owner of the GitHub repo
repo The name of the repo
type Type of button. Can be star, watch, follow, issue, fork or download
text Override the standard button text
large Increase size of button
count Display the count bubble next to the button

Package Sidebar

Install

npm i @blaze/github-buttons

Weekly Downloads

1

Version

3.0.1

License

MIT

Unpacked Size

316 kB

Total Files

53

Last publish

Collaborators

  • gregorypratt