Docs
Logout Button
Logout Button
Wrapper component for the logout button. The children of this component will be rendered as the content of the logout button.
import LogoutButton from "@/components/auth/logout-button";
<LogoutButton>
<span>Logout</span>
</LogoutButton>