Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { Checkmark } from 'twenty-ui/display'; export const MyComponent = () => { return <Checkmark />; };
React.ComponentPropsWithoutRef<'div'>
div
import { AnimatedCheckmark } from 'twenty-ui/display'; export const MyComponent = () => { return ( <AnimatedCheckmark isAnimating={true} color="green" duration={0.5} size={30} /> ); };
Was this page helpful?