Theme Button

a button that signs out the user

  • it has a label
  • it has a click event that signs out the user

Installation

npx shadcn@latest add https://shuip.xyz/r/button.theme.json

Usage

import ButtonTheme from '@/components/ui/shuip/button.theme';
export default function ButtonThemeExample() {
return <ButtonTheme />;
}

Examples