zeroturnaround / zt-react-components

Commonly used React components for ZeroTurnaround products

Home Page:https://zeroturnaround.github.io/zt-react-components/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Commonly used React components for ZeroTurnaround products

https://zeroturnaround.github.io/zt-react-components/

License:Apache License 2.0


Languages

Language:JavaScript 63.4%Language:HTML 36.6%