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

@clipmx/button

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipmx/button

Core Clip Button

0.0.10
latest
Version published
Maintainers
3
Created

Clip Button

Installation

npm install @clipmx/button --save

Usage

import React from 'react';
import Button from '@clipmx/button';

const MyComponent = () => (
  <div>
    Hello World
    <Button>I'm a button</Button>
  </div>
);

export default MyComponent;

Props

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