MarovStudio
Back to marketplace

Search Input

Search with a clear button and a ⌘K hint

Formsformsearchinputclearshortcut
⌘K
Code locked
"use client";

import { Search, X } from "lucide-react";
import { useState } from "react";

export function SearchInput() {
  const [value, setValue] = useState("");

Sign in to see the code

Create a free account to copy the full source, usage snippet and AI prompt of every component.

Free — no card required.