@blaze/github-buttons
v3.0.1
Published
Open Source UI Toolkit - GitHub Buttons
Downloads
5
Maintainers
Readme
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
Using the GitHub Buttons
Link to it by adding the following to your <head></head>
.
<script src="https://unpkg.com/@blaze/[email protected]/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 |