Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@leafygreen-ui/badge

Package Overview
Dependencies
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/badge

leafyGreen UI Kit Badge

  • 8.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

Badge

npm (scoped)

View on MongoDB.design

Installation

Yarn

yarn add @leafygreen-ui/badge

NPM

npm install @leafygreen-ui/badge

Example

import Badge from '@leafygreen-ui/badge';

<Badge variant="blue" className="my-badge">
  New
</Badge>;

Output HTML

<div class="leafygreen-ui-rhgfxf my-badge">New</div>

Properties

PropTypeDescriptionDefault
variant'lightgray', 'darkgray', 'red', 'blue', 'green', 'yellow'Sets the style variant of the badge.'lightgray'
classNamestringAdds a className to the class attribute
childrennodeThe content that will appear inside of the <Badge /> component.
...native div attributesAny other props will be spread on the root div element
darkModebooleanDetermines if the component renders in dark themefalse

FAQs

Package last updated on 18 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc