BankTabItem
A tab item component for displaying bank account information in a tabbed interface.
Usage
Main Checking
Props
account
The bank account object containing account details.
Type: BankAccount
isSelected
Whether the tab item is currently selected.
Type: boolean
onClick
Callback function called when the tab item is clicked.
Type: () -> void (optional)
className
Additional CSS classes to apply to the tab item.
Type: string (optional)
Features
Interactive States
Smooth hover and tap animations provide visual feedback for user interactions.
Selection Indicator
A highlighted border and background color clearly indicate the selected state.
Responsive Layout
The tab item adjusts its layout to maintain readability across different screen sizes.