react-searchbox-like-youtube
Version:
Customizable Searchbox with autocomplete and highlighted results for React applications.
30 lines (29 loc) • 664 B
JSON
{
"name": "react-searchbox-like-youtube",
"version": "1.0.2",
"author": "Alptuğ İdin",
"description": "Customizable Searchbox with autocomplete and highlighted results for React applications.",
"keywords": [
"react",
"searchbox",
"autocomplete",
"youtube searchbox",
"youtube"
],
"main": "./index.js",
"module": "./index.esm.js",
"types": "./index.d.ts",
"files": [
"./index.css",
"./index.d.ts",
"./index.esm.js",
"./index.js",
"./package.json",
"./README.MD"
],
"license": "MIT",
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
}