's'
This commit is contained in:
14
components/admin/search.tsx
Normal file
14
components/admin/search.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Input } from "@/components/ui/input"
|
||||
import { Search as SearchIcon } from "lucide-react"
|
||||
|
||||
export function Search() {
|
||||
return (
|
||||
<div className="relative w-64">
|
||||
<SearchIcon className="absolute left-2 top-2.5 h-4 w-4 text-muted-foreground" />
|
||||
<Input
|
||||
placeholder="搜索..."
|
||||
className="pl-8"
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user