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

@clipmx/checkbox

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipmx/checkbox

Clip UI checkbox form control

0.0.5
Version published
Weekly downloads
15
1400%
Maintainers
6
Weekly downloads
 
Created

Clip Checkbox

Installation

npm install @clipmx/checkbox --save

Usage

import React from 'react';
import Checkbox from '@clipmx/checkbox';

const MyComponent = () => (
  <div>
    Hello World
    <Checkbox label="I'm a control" />
  </div>
);

export default MyComponent;

Props

This is a wrapper of the Material-UI checkbox, so you can use any props that Material-UI supports.

FAQs

Package last updated on 25 Jun 2018

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