5.0.0 • Published 6 years ago

happy-react-switch v5.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Happy React Switch npm

A simple switch component in React

Installation

yarn add happy-react-switch
# or
npm i happy-react-switch

Demo

Edit Happy react Toggle

Options

HappySwitch.propTypes = {
  on: PropTypes.bool.isRequired,
  disabled: PropTypes.bool,
  onClick: PropTypes.func.isRequired,
  small: PropTypes.bool,
};
5.0.0

6 years ago

1.0.4

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