import React from "react";
import { SimpleButton } from "./SimpleButton.js";
export default {
component: SimpleButton,
title: "Components/SimpleButton",
decorators: [],
};
export const simpleButton = () => {
return (
<>
⋮
➥
⇩
⬇
➥
Text
>
);
};
export const linkButton = () => {
return (
<>
⬇
>
);
};