You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@hudoro/checkbox

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hudoro/checkbox

checkbox component for Hudoro UI


Version published
Weekly downloads
199
decreased by-6.57%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Hudoro checkbox

Hudoro checkbox is a strict and customizable checkbox component for web development projects, designed for simplicity and adherence to strict design guidelines.

Screenshots

App Screenshot

Package instalation

Instal package using pnpm

  pnpm add @hudoro/checkbox

Instal package using yarn

  yarn add @hudoro/checkbox

Instal package using npm

  npm i @hudoro/checkbox

Usage/Examples (you can combine using icon package hudoro)

import React from "react";
import {Checkbox} from "@hudoro/checkbox";
import ReactDOM from "react-dom/client";

const App = () => (
  <div>
    <h1>Component test</h1>
    <Checkbox label="HSD Checkbox" />
  </div>
);

ReactDOM.createRoot(document.getElementById("app")!).render(<App />);


Props @hudoro/checkbox

Props that you can pass to <Checkbox {...props} />
Prop NameValuerequired
sizes"sm" / "md" / "lg"false
labelstringfalse

FAQs

Package last updated on 06 Jun 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc