ShinyButton
A button with a metallic/shiny sweep effect on hover.
Usage
import { ShinyButton } from '@reactomega/ui';
export default function App() {
return (
<ShinyButton color="#8b5cf6">
Hover Me
</ShinyButton>
);
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
| color | string | "#8b5cf6" | Background color of the button |