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

@clipmx/clip-ui

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipmx/clip-ui

React Components for Clip

latest
npmnpm
Version
1.3.0
Version published
Weekly downloads
48
182.35%
Maintainers
3
Weekly downloads
 
Created
Source

Clip UI

This package contains the master library for Clip UI Components. It simply wraps all of its sibling packages up into one comprehensive library for convenience.

Installation

npm install @clipmx/clip-ui --save

Usage

import React from 'react';
import Button from '@clipmx/clip-ui/Button';

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

export default MyComponent;

FAQs

Package last updated on 11 May 2020

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