
Properties
boolean
default:"false"
Enables mobile-optimized layout for the tasks component.
TasksStringOverrides
() => void
Callback triggered when the user clicks the reconnect-accounts action in the task list.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bookkeeping task list for business owners.

import { Tasks } from "@layerfi/components";
ā¦
<Tasks
stringOverrides={{ header: 'Bookkeeping Tasks' }}
onClickReconnectAccounts={() => navigate('/accounts')}
/>
Show TasksStringOverrides properties