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

@clipmx/checkbox

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipmx/checkbox

Clip UI checkbox form control

  • 0.0.10
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
14
increased by1300%
Maintainers
3
Weekly downloads
 
Created
Source

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 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