Animated checkmark for React
Animated checkmark you already need for React

shell script
npm i react-checkmark
`$3
`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