import type * as React from "react"; import { ArrowRightIcon, PlusIcon, TrashIcon } from "@phosphor-icons/react"; import { Button } from "@reactive-resume/ui/components/button"; const row: React.CSSProperties = { display: "flex", flexWrap: "wrap", alignItems: "center", gap: 12, padding: 16 }; export const Variants = () => (
); export const Sizes = () => (
); export const WithIcons = () => (
); export const Disabled = () => (
);