Button

作者:vikiWayne0 点赞MIT

实时预览

源代码

export default function Component() {
  return (
    <button className="button">Hover me</button>
  );
}