Represents a successful or completed action.
import { Checkmark } from 'twenty-ui'; export const MyComponent = () => { return <Checkmark />; };
Represents a checkmark icon with the added feature of animation.
import { AnimatedCheckmark } from 'twenty-ui'; export const MyComponent = () => { return ( <AnimatedCheckmark isAnimating={true} color="green" duration={0.5} size={30} /> ); };
As an open-source company, we welcome contributions through Github. Help us keep it up-to-date, accurate, and easy to understand by getting involved and sharing your ideas!