Components
Loading preview...
Here is hover shiny button component
@ui-layouts
npx shadcn@latest add https://21st.dev/r/uilayout.contact/button-2
import { Component } from "@/components/ui/button-2";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };