Components
Action searchbar the name itself is enough Animated smooth transtitional searchbar with framer motion
Loading preview...
import { Component } from "../components/ui/action-searchbar";
export default function DemoOne() {
return <Component />;
}