External Accounts
To add your list of external accounts, you will need to import the following components and submit some required props.
List header:
Import the following component into your file and add it:
Prop Description
title: Title to be displayed on the left (required).
subTitle: Title to be displayed on the right (optional).
event: Event that is executed when pressing the item.
subTitle (optional).
List Item
Import the following component into your file and add it:
Prop Description
iconRight: Icon to be displayed to the right of the item (optional).
iconLeft: Icon to be displayed to the left of the item (optional).
title: String that will show the title of the item (required).
subTitle: String to be displayed under the title (optional).
value: Value to be displayed to the right of the title (optional).
event: Event that is executed when pressing the item.
Last updated