Reload Button

A simple button to reload the page.

Usage

import { ReloadButton } from "@/app/_components/core/reload-button";
<ReloadButton>Reload Page</ReloadButton>

Props

NameTypeDefaultDescription
childrenReactNodeThe content to be displayed in the button.
classNamestringAdditional classes.