• add new folder for component under app/docs

    Screenshot 2025-12-01 at 9.31.14 PM.png

  • add new component.tsx under components/core

    Screenshot 2025-12-01 at 9.33.42 PM.png

  • Create the core component file: components/core/text-highlight.tsx

  • Create docs directory and page.mdx: app/docs/text-highlight/page.mdx

  • Create example component: app/docs/text-highlight/text-highlight-basic.tsx

  • Add 'Text Highlight' to navigation.ts under Text Effects section

  • Add component to registry-components.ts for CLI support