Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@clipmx/switch

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipmx/switch

Clip UI switch form control

latest
npmnpm
Version
0.1.8
Version published
Maintainers
3
Created
Source

Clip Switch

Installation

npm install @clipmx/switch --save

Usage

import React from 'react';
import Switch from '@clipmx/switch';

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

export default MyComponent;

Props

This is a wrapper of the Material-UI switch, 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