Components
Loading preview...
A modern and minimal bottom navigation bar with smooth spotlight effects on hover. Simple icons and subtle motion give it a polished feel that's perfect for clean UI designs.
npx shadcn@latest add https://21st.dev/r/waleedkibhen/spotlight-button// This is file with demos of your component
// Each export is one usecase for your component
import { Component } from "@/components/ui/spotlight-button";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };