Components
Loading preview...
Shiny Borders Button is a modern, visually rich React component styled with Tailwind CSS. It features a soft inner glow, a radial gradient background, and dynamic green + white lighting effects that respond to hover events. Designed for futuristic UIs and premium user interactions, this button adds depth, polish, and realism to any interface — perfect for landing pages, dashboards, Web3, or portfolio sites.
@muhammad-binsalman
npx shadcn@latest add https://21st.dev/r/muhammad-binsalman/shiny-borders-buttonimport RealismButton from "@/components/ui/shiny-borders-button";
export default function DemoOne() {
return <div className="flex items-center justify-center min-h-screen dark:bg-black bg-white w-full">
<RealismButton text={"See Projects"} />
</div>
}