Account Settings
stackfoundry/account-settingsFreeBlock
Profile, security, sessions, and notification preference pages.
Install it
npx shadcn@latest add https://stackfoundry.dev/r/account-settings.jsonSource
1export type AccountSettingsSection = {2 id: string;3 title: string;4 href: string;5};67export const accountSettingsSections: AccountSettingsSection[] = [8 { id: "profile", title: "Profile", href: "/settings/account" },9 { id: "security", title: "Security", href: "/settings/account/security" },10 { id: "notifications", title: "Notifications", href: "/settings/account/notifications" },11];
Files it writes
More from stackfoundry
All 157 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Account Deletionaccount-deletion | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Modesaccount-modes | stackfoundry | Blocks | Free | no deps · 3 files | |
| Admin Consoleadmin-console | stackfoundry | Blocks | Free | no deps · 2 files | |
| Agent-Ready Installsagent-ready-installs | stackfoundry | Blocks | Free | no deps · 13 files | |
| AI Chatai-chat | stackfoundry | Blocks | Free | 3 deps · 4 files | |
| AI Chatbot SDKai-chatbot-sdk | stackfoundry | Blocks | Free | 3 deps · 2 files | |
| AI Elementsai-elements | stackfoundry | Blocks | Free | no deps · 5 files | |
| AI SDKai-sdk | stackfoundry | Blocks | Free | 2 deps · 2 files |
