zt-react-components
v1.2.0
Published
Commonly used React components for ZeroTurnaround products
Downloads
7
Readme
ZeroTurnaround React components
Commonly used React components for ZeroTurnaround products.
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!