1.2.1 • Published 2 years ago

@olenbetong/checkbox v1.2.1

Weekly downloads
23
License
MIT
Repository
github
Last release
2 years ago

React Checkbox

Simple checkbox component with animation on toggle.

Getting started

Installation

Install from NPM

npm i @olenbetong/checkbox

or use build from Unpkg

<script
  type="text/javascript"
  crossorigin
  src="https://unpkg.com/@olenbetong/checkbox/dist/iife/checkbox.min.js"
></script>

Usage

Use like a normal checkbox.

import Checkbox from "@olenbetong/checkbox";

function MyComponent(props) {
  return <Checkbox checked={true} />;
}
1.2.0

2 years ago

1.1.0

2 years ago

1.2.1

2 years ago

1.0.11

2 years ago

1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago