3.0.1 • Published 5 years ago

@blaze/github-buttons v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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
3.0.1

5 years ago

3.0.0

5 years ago

2.1.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago