Skip to content

Commit

Permalink
Update src/content/design-system/payee-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
KateMacdonald authored Mar 21, 2024
1 parent 7517d54 commit 37c87b0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The account tile uses the [Flexicell](/components/flexicell) component.

When displaying a **savings** or **transaction account**, display the account name (or nickname), account balance and the account number details.
The payee tile has a few configurations, it can come with an icon to represent the payee type or the initials of the payee's name or nickname. The right side can also have a date, for when it indicating a recent payee or an Info icon that links to more details about that payee.

```tsx
<Grid>
Expand All @@ -19,8 +19,6 @@ When displaying a **savings** or **transaction account**, display the account na
</Grid>
```

When listing a **credit card,** **loan account** or **transaction account** with a **debit card,** display the account name (or nickname), account balance, available balance and the account number or masked card number details.

```tsx
<Grid>
<GridItem span={{ initial: 12, sm: 6 }}>
Expand Down

0 comments on commit 37c87b0

Please sign in to comment.