An open API service indexing awesome lists of open source software.

https://github.com/stanleyxu2005/react-checkmark

Animated checkmark for React
https://github.com/stanleyxu2005/react-checkmark

animation checkmark react ui-component

Last synced: 5 months ago
JSON representation

Animated checkmark for React

Awesome Lists containing this project

README

          

react-checkmark



Animated checkmark you already need for React






Screenshot

[**See Live Demo**](https://mmjd.com/github/react-checkmark/)

## Getting Started

### Install the component
```shell script
npm i react-checkmark
```

### Use the component
```javascript
import { Checkmark } from 'react-checkmark'
```

**Default usage**
```html
render() {
return ( )
}
```

**Usage with size specified:**
* 'small' for 16px
* 'medium' for 24px
* 'large' for 52px
* 'xLarge' for 72px
* 'xxLarge' for 96px
* or specify a valid number for pixel
```html
render() {
return (
<>


>
)
}
```

**Usage with color (name or hex value) specified:**
```html
render() {
return (
<>


>
)
}
```

---

LICENCE Apache 2.0 - Created by Stanley Xu