A reusable themed button component.
This button responds to theme changes (light/dark) via Zustand store.
<Button title="Login" color="primary" onClick={() => alert("Clicked")} /> Copy
<Button title="Login" color="primary" onClick={() => alert("Clicked")} />
The button properties including dynamic theming support.
A themed button element.
A reusable themed button component.
Remarks
This button responds to theme changes (light/dark) via Zustand store.
Example