Skip to content

Repository files navigation

react-checkmark

Animated checkmark you already need for React

Screenshot

See Live Demo

Getting Started

Install the component

npm i react-checkmark

Use the component

import{Checkmark}from'react-checkmark'

Default usage

render() {
return ( <Checkmark/> )
}

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
render() {
return (
<><Checkmarksize='xxLarge' /><Checkmarksize='96px' /></>
)
}

Usage with color (name or hex value) specified:

render() {
return (
<><Checkmarksize='128px' color='blue' /><Checkmarksize='256px' color='#223344'/></>
)
}

LICENCE Apache 2.0 - Created by Stanley Xu

About

Animated checkmark for React

Topics

Resources

Stars

30 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages