The BookkeepingUpsellBar component renders a promotional banner encouraging users to order bookkeeping services. It displays a “Need help with your books?” message with a “Schedule a demo” call-to-action. The CTA can be configured as either a click handler or a link. If neitherDocumentation Index
Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt
Use this file to discover all available pages before exploring further.
onClick nor href is provided, no CTA button is rendered.
Properties
Click handler for the “Schedule a demo” button. When provided, renders a button that triggers this callback. Takes precedence over
href.URL for the “Schedule a demo” link. When provided (and
onClick is not set), renders a link that opens in a new tab.