add new folder for component under app/docs

add new component.tsx under components/core

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