Skip to content

Instantly share code, notes, and snippets.

View bnussman's full-sized avatar

Banks Nussman bnussman

View GitHub Profile
@bnussman
bnussman / PaymentMethodRow.stories.mdx
Created February 11, 2022 17:36
Args Table for Payment Methods

import { ArgsTable, Canvas, Meta, Story } from '@storybook/addon-docs'; import PaymentMethodRow from 'src/components/PaymentMethodRow/PaymentMethodRow'; import { paymentMethodFactory } from 'src/factories';

export const onDelete = () => {};

export const supportedCreditCards = [ 'Visa',