5.0.0 • Published 5 years ago

happy-react-switch v5.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago