Components
Loading preview...
A fully responsive React + Tailwind CSS Account Settings component with sections for avatar upload, name, and email updates. Perfect for modern dashboards, SaaS apps, and profile management UIs.
npx shadcn@latest add https://21st.dev/r/sshahaider/account-settingsimport { AccountSettings } from "@/components/ui/account-settings";
export default function DemoOne() {
return <AccountSettings />;
}