import React from "react"; import Icon from "../../app/components/asset/icon"; import Vertical from "../../app/components/buttons/Vertical"; /** Figma: Community Rule System — Vertical button (`19787:10896`). */ export default { title: "Components/Buttons/Vertical", component: Vertical, parameters: { layout: "centered", docs: { description: { component: "Tile-style control: vertical stack of icon and label with brand-primary border. Used for field-type pickers and similar compact grids.", }, }, }, argTypes: { disabled: { control: { type: "boolean" } }, ariaLabel: { control: { type: "text" } }, onClick: { action: "clicked" }, }, decorators: [ (Story) => (
), ], tags: ["autodocs"], }; export const Default = { render: (args) => ( Number ), }; export const Disabled = { render: (args) => ( Number ), };