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

zt-react-components

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zt-react-components

Commonly used React components for ZeroTurnaround products

1.2.0
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

ZeroTurnaround React components Build Status

Commonly used React components for ZeroTurnaround products.

Check out the components.

Install

yarn add zt-react-components

Usage

import {Checkbox} from "zt-react-components";

export default () => (
    <label>
        <Checkbox />
        Enable magic
    </label>
);

All of the components are listed in index.js and every one of them has a splendid documentation in the source code to help you out. Cheers!

License

Apache-2.0

FAQs

Package last updated on 26 Oct 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