-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
25 lines (25 loc) · 845 Bytes
/
registry.json
File metadata and controls
25 lines (25 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "text-highlight",
"homepage": "https://github.com/junaidanjum/text-highlight",
"items": [
{
"name": "text-highlighter",
"type": "registry:ui",
"title": "Text Highlighter",
"description": "A React component that uses the CSS Custom Highlight API to highlight text without DOM manipulation. Supports case-sensitive search, whole word matching, and custom highlight keys.",
"files": [
{
"path": "registry/text-highlight/text-highlighter/text-highlighter.tsx",
"type": "registry:ui"
},
{
"path": "registry/text-highlight/text-highlighter/use-text-highlight.ts",
"type": "registry:hook"
}
],
"dependencies": [],
"registryDependencies": []
}
]
}