A awesome compilation of components for your README. Badges, stats, technologies, etc.,
All in one repository!⭐
- Find the badges that you want to use.
- Copy a URL
- Create a img tag in your
.md
file
<img src="URL_OF_BADGES" />
or you can also opt for the markdown structure
![Badges](URL OF BADGES)
- That's all. Is really easy to use, isn't it? 👀
Note
The components that your user accepts are only the dynamic components, the static ones have default design and props that you can change by following the design rules in the section of Universal Badges Style
- Change the
?usermane=[HERE_YOUR_USERNAME]
value for your GitHub's username.
Important
Some important notes before to use.
- Delete the brackets [USERNAME] in the URL for that it works.
- You can use this styles in you badges: Universal Badges Style.
- You can use any color for custom your badges.
- You can use any valid logo for custom your badges.
- If you use the style, color and logo remember delete the brackets and use valid style, color and logo.
You can browse the different categories so you can find the badges you need faster
Badge | URL |
---|---|
![Profile Views](https://komarev.com/ghpvc/?username=[USERNAME]&color=[COLOR]&style=[STYLE] |
Badge | URL |
---|---|
![Github Followers](https://img.shields.io/github/followers/[USERNAME]?label=Followers&logo=[VALID_LOGO]&style=[STYLE]) |
Badge | URL |
---|---|
![Github Stars](https://img.shields.io/github/stars/[USERNAME]?label=Stars&logo=[VALID_LOGO]&style=[STYLE]) |
Badge | URL |
---|---|
![Twitter Followers](https://img.shields.io/twitter/follow/[USERNAME]?label=Followers&logo=[VALID_LOGO]&style=[STYLE]) |
Design
style | demo |
---|---|
flat |
|
flat-square |
|
plastic |
|
for-the-badge |
![Test](https://komarev.com/ghpvc/?username=[USERNAME]&style=[STYLE])
Change Color
color | demo |
---|---|
brightgreen |
|
green |
|
yellow |
|
yellowgreen |
|
orange |
|
red |
|
blue |
|
grey |
|
lightgrey |
|
blueviolet |
|
ff69b4 |
Named color
![Test](https://komarev.com/ghpvc/?username=[USERNAME]&color=green)
! For better compatibility with the use of colors, use hexadecimal colors.