Molecules
Action Bottom Menu
Prop Name
Type
Description
<ActionBottomMenu
title={'More'}
actions={EXAMPLE_BOTTOM_MENU_ACTIONS}
ref={actionBottomMenuRef.current[0]}
disabled={isDisabled}
selectedItemColor={theme.color.action.primary[400]}
selectedItemIconColor={theme.color.surface[200]}
selectedItems={{actionA: actionASelected, actionB: actionBSelected}}
onItemPressed={item => demoAction(item)}
onClosePressed={() => actionBottomMenuRef.current[0].current?.close()}
backgroundColor={theme.color.surface[100]}
menuHeight={500}
/>Action Button
Prop Name
Type
Description
<ActionButton
text={'Example'}
iconName="upload"
event={() => null}
/>Action Sheet Confirm
Prop Name
Type
Description
<ActionSheetConfirm
sheetRef={actionSheetConfirmRef}
title={cardActionSelected?.title}
description={strings.reissueCard.description.replace(
'$CARD_LAST_FOUR',
cardLastFourDigits,
)}
event={() => {
if (cardActionSelected?.id) {
sendReissueCard(
cardActionSelected.id,
cardActionSelected.analyticsEventName,
);
}
}}
/>Base Action Card
Prop Name
Type
Description
<BaseActionCard
withCard={false}
leftIconName={iconLeft ?? (leftIconComponent ? iconLeft : 'bookmark')}
leftComponent={leftIconComponent}
onPress={event}
contentComponent={renderAccountItem()}
rowStyles={{...rowStyles}}
/>Basic Toast Notification
Prop Name
Type
Description
Custom Top Tabs
Date Picker
Prop Name
Type
Description
Dropdown
Prop Name
Type
Description
Error Web View
Prop Name
Type
Description
Global Loader
Prop Name
Type
Description
Header List
Prop Name
Type
Description
List Action Card
Prop Name
Type
Description
Main Layout Header
Prop Name
Type
Description
Menu Item
Prop Name
Type
Description
Modal
Prop Name
Type
Description
Radio Buttons Group
Prop Name
Type
Description
Search Input
Prop Name
Type
Description
SVG Background
Prop Name
Type
Description
Last updated