Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt

Use this file to discover all available pages before exploring further.

Tasks component
import { Tasks } from "@layerfi/components";
…
<Tasks
  stringOverrides={{ header: 'Bookkeeping Tasks' }}
  onClickReconnectAccounts={() => navigate('/accounts')}
/>

Properties

mobile
boolean
default:"false"
Enables mobile-optimized layout for the tasks component.
stringOverrides
TasksStringOverrides
onClickReconnectAccounts
() => void
Callback triggered when the user clicks the reconnect-accounts action in the task list.