Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 870 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 870 Bytes

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