Logo
beta
The LogoV2
component contains logos of various brands and can be used as icons. It follows the brand guidelines to choose colors.
Usage
<LogoV2 name="node-js" size="lg" />
Sizes
The LogoV2
component can be sized using the size
prop.
Available Logos
The following logos are available:
android
app-dynamics
argo
artifactory
aws
azure
bamboo
bitbucket
build-kite
codecov
confluence
data-dog
docker
dynatrace
elastic
fairwinds
git
gitea
github
gitlab
go
grype
harness
hashicorp
helm
hubspot
java
jenkins-x
jenkins
jfrog
jira
katalon
kubernetes
linux
local
microsoft
ms-teams
new-relic
nexus
node-js
npm
oci
open-shift
open-tofu
pagerduty
prometheus
python
rancher
servicenow
sfx
slack
sonarqube-server
splunk
sumo-logic
tanzu
terraform
terragrunt
zoom
API Reference
<LogoV2 name="logo-name" // name of the logo size="lg" // [OPTIONAL] size variant of the logo className="my-class" // [OPTIONAL] custom class name/>
Prop | Required | Default | Type |
---|---|---|---|
name | true | string | |
size | false | 'lg' | 'sm' | 'md' | 'lg' |
className | false | string | |
original | false | true | boolean |