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
- Host: GitHub
- URL: https://github.com/stanleyxu2005/react-checkmark
- Owner: stanleyxu2005
- License: apache-2.0
- Created: 2019-06-16T18:17:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T15:53:25.000Z (almost 2 years ago)
- Last Synced: 2025-10-10T06:54:30.602Z (8 months ago)
- Topics: animation, checkmark, react, ui-component
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 30
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
react-checkmark
Animated checkmark you already need for React
[**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