Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 841 Bytes

File metadata and controls

32 lines (23 loc) · 841 Bytes

Package is no longer maintaned.

redux-form-toggle

NPM version

Toggle component from ox2/toggle package wrapped for redux-form.

Installation

Install using npm:

npm install @ox2/redux-form-toggle --save

Install using yarn:

yarn add @ox2/redux-form-toggle

Usage

import ToggleField from '@ox2/redux-form-toggle/ToggleField';

<ToggleField label="my label" />

Change Log

Changes are tracked in the CHANGELOG.md

License

MIT