2.2.2 • Published 4 years ago

react-clean-badges v2.2.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

react-clean-badges

React badges for your Profile and Projects.

using https://github.com/Ileriayo/markdown-badges

Install

npm i react-clean-badges
yarn add react-clean-badges

What is this Component library?

A set of Components that are auto generated from Ileriayo/markdown-badges list of badges from shields.io. A github action is run every 24 hours checking if the list has been updated and will automatically update the index.tsx with the new components and be published to npm with a new version number. Any props passed to the component get passed along to the img element in it so things like style can be applied easily. Components can either be used as <Badge.Nodejs /> or <NodejsBadge /> depending on how you want to import them (see the example).

Usage

import React from 'react'

import Badge, {ExpressjsBadge, DigitalOceanBadge, ReactBadge} from 'react-clean-badges'

const App = () => {
  return (
    <>
      <Badge.Nodejs style={{width: 200}} />
      <Badge.JavaScript />
      <Badge.TypeScript style={{borderRadius: 10}} />
      <Badge.React />
      <ReactBadge />
      <ExpressjsBadge style={{padding: 15}} />
      <DigitalOceanBadge />
    </>
  )
}

export default App

Badges

NameBadgeJSX
Node.js<Badge.Nodejs />
JavaScript<Badge.JavaScript />
TypeScript<Badge.TypeScript />
HTML5<Badge.HTML5 />
CSS3<Badge.CSS3 />
Python<Badge.Python />
C<Badge.C />
C++<Badge.Cplusplus />
C#<Badge.Csharp />
Java<Badge.Java />
PHP<Badge.PHP />
R<Badge.R />
Swift<Badge.Swift />
Kotlin<Badge.Kotlin />
Go<Badge.Go />
Ruby<Badge.Ruby />
Scala<Badge.Scala />
Rust<Badge.Rust />
Dart<Badge.Dart />
Lua<Badge.Lua />
Perl<Badge.Perl />
Elixir<Badge.Elixir />
Markdown<Badge.Markdown />
Shell Script<Badge.ShellScript />
Express.js<Badge.Expressjs />
React<Badge.React />
Vue.js<Badge.Vuejs />
Angular<Badge.Angular />
Angular.js<Badge.Angularjs />
TailwindCSS<Badge.TailwindCSS />
Bootstrap<Badge.Bootstrap />
Material UI<Badge.MaterialUI />
Redux<Badge.Redux />
jQuery<Badge.JQuery />
Django<Badge.Django />
Rails<Badge.Rails />
Laravel<Badge.Laravel />
Spring<Badge.Spring />
Flask<Badge.Flask />
Git<Badge.Git />
GitLab<Badge.GitLab />
GitHub<Badge.GitHub />
Bitbucket<Badge.Bitbucket />
AWS<Badge.AWS />
Google Cloud<Badge.GoogleCloud />
Azure<Badge.Azure />
Heroku<Badge.Heroku />
Glitch<Badge.Glitch />
Vercel<Badge.Vercel />
OpenStack<Badge.OpenStack />
DigitalOcean<Badge.DigitalOcean />
Apache<Badge.Apache />
Nginx<Badge.Nginx />
Jenkins<Badge.Jenkins />
MySQL<Badge.MySQL />
Postgres<Badge.Postgres />
MongoDB<Badge.MongoDB />
SQLite<Badge.SQLite />
TravisCI<Badge.TravisCI />
CircleCI<Badge.CircleCI />
Docker<Badge.Docker />
Kubernetes<Badge.Kubernetes />
Rancher<Badge.Rancher />
Vagrant<Badge.Vagrant />
Ansible<Badge.Ansible />
2.2.2

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

2.0.0

4 years ago

1.2.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago