1.2.0 • Published 6 years ago

zt-react-components v1.2.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

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

1.2.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago