0.0.2 • Published 6 months ago

@tuv-indo/checkbox v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

tuv checkbox

tuv 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 @tuv/checkbox

Instal package using yarn

  yarn add @tuv/checkbox

Instal package using npm

  npm i @tuv/checkbox

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

import React from "react";
import {Checkbox} from "@tuv/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 @tuv/checkbox

Props that you can pass to <Checkbox {...props} />

Prop NameValuerequired
sizes"sm" / "md" / "lg"false
labelstringfalse
0.0.2

6 months ago

0.0.1

8 months ago