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

PropTypeDefaultDescription
colorstring"#8b5cf6"Background color of the button