SecuritySessions
Account session manager that protects the current device, revokes remote sessions, and handles reduced motion.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/security-sessions.jsonInstall with the CLI
# adds SecuritySessions to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/security-sessions.jsonOr install the package
// npm install @uigrids/react-ui
import { SecuritySessions } from '@uigrids/react-ui'
export default function App() {
return <SecuritySessions />
}