--- title: Checkmark sidebar_position: 1 sidebar_custom_props: icon: TbCheck --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import checkmarkCode from '!!raw-loader!@site/src/ui/display/checkmarkCode.js' import animatedCheckmarkCode from '!!raw-loader!@site/src/ui/display/animatedCheckmarkCode.js' import { SandpackEditor} from '@site/src/ui/SandpackEditor' Represents a successful or completed action. Extends `React.ComponentPropsWithoutRef<'div'>` and accepts all the props of a regular `div` element. ## Animated Checkmark Represents a checkmark icon with the added feature of animation.
Props Type Description Default
isAnimating boolean Controls whether the checkmark is animating `false`
color string Color of the checkmark Theme's gray0
duration number The duration of the animation in seconds 0.5 seconds
size number The size of the checkmark 28 pixels