Metal Button

A brushed-metal button whose sheen follows the pointer.

import { MetalButton } from '@brand-studio/ui';

export default function MetalButtonDemo() {
  return <MetalButton>Order the kettle</MetalButton>;
}

Installation

pnpm add @brand-studio/ui

Usage

import { MetalButton } from '@brand-studio/ui';
<MetalButton>Order the kettle</MetalButton>

Accessibility

  • A native button. The sheen follows the pointer; keyboard users get the same button without it.

API Reference

PropTypeDefault

Also accepts every ButtonHTMLAttributes<HTMLButtonElement> attribute.

Still, Deskhand and Hollis are fictional brands. The coffee photographs are original generated artwork. @brand-studio/ui is MIT licensed.