Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@hudoro/badges
Advanced tools
Hudoro badges is a strict and customizable badges component for web development projects, designed for simplicity and adherence to strict design guidelines.
Instal package using pnpm
pnpm add @hudoro/badges
Instal package using yarn
yarn add @hudoro/badges
Instal package using npm
npm i @hudoro/badges
import React from "react";
import ReactDOM from "react-dom/client";
import {Badges} from "@hudoro/badges";
const App = () => (
<div>
<Badges variant="success" text="hello" size="md" />
<Badges variant="danger" text="hello" size="md" />
<Badges variant="info" text="hello" size="md" />
<Badges variant="warning" text="hello" size="md" />
<Badges variant="dark" text="hello" size="md" />
</div>
);
ReactDOM.createRoot(document.getElementById("app")!).render(<App />);
Prop Name | Value | required |
---|---|---|
size | "sm" / "md" / "lg" / "xl ' | false |
variant | "success" / "danger" / "info" / "warning" / "dark" | false |
text | string | true |
LeftIcon | React.ComponentType<SVGProps> | false |
RightIcon | React.ComponentType<SVGProps> | false |
border | boolean | false |
FAQs
Badges component for Hudoro UI
The npm package @hudoro/badges receives a total of 0 weekly downloads. As such, @hudoro/badges popularity was classified as not popular.
We found that @hudoro/badges demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.