New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kata-kit/badge

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kata-kit/badge

Badge component for Wicara.

  • 0.7.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

@wicara/badge

Badge component for Wicara.

Install

# yarn
yarn add @kata-kit/badge
# npm
npm install @kata-kit/badge

Usage

To use this component within your React app, import as follows:

import { Badge } from '@kata-kit/badge';

const Component = () => <Badge color="default" message="text" />;

See more usage in the JSX panel

Props

PropertyTypeRequiredDefault
color'primary', 'secondary', 'success', 'warning', 'danger'--
classNamestring-undefined
styleReact.CSSProperties-undefined

FAQs

Package last updated on 21 Aug 2019

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