Embedding Calculators

Layout modes: tabs, stack, single, dropdown, floating, grid

Choose the right way to display your calculators — when each layout works best and what it looks like.

3 min read
Updated 14 May 2026

CalcWidgets has six layout modes, controlled by the view= parameter on your embed URL or by the layout picker on the Embed page in your dashboard.

tab (default)

Horizontal tabs across the top. Click a tab to switch to that calculator without scrolling.

?widgets=loan-repayment,stamp-duty,lmi&view=tab

stack

All selected calculators stacked vertically with headers between them.

?widgets=loan-repayment,extra-repayment&view=stack

single

Only the first calculator in your widgets= list. Auto-selected when you only specify one calculator.

?widgets=budget-planner&view=single

dropdown

A dropdown selector at the top, single calculator below.

?widgets=loan-repayment,refinance,offset,extra-repayment,split-loan&view=dropdown

floating

A fixed button anchored to the bottom-right of every page. Clicking it opens the calculator overlay.

grid

A grid of clickable calculator cards. Click a card to expand it.

?widgets=loan-repayment,stamp-duty,lmi,offset,refinance,extra-repayment&view=grid

Which one should I use?

You have…Use…
1 calculatorsingle
2-6 calculators on a focused pagetab
2-3 calculators on a long content pagestack
7+ calculators on a normal pagedropdown
Want it on every page of your sitefloating
A dedicated "all our tools" pagegrid

Setting a default layout

If you don't want to specify view= on every embed, set a default on Dashboard → Branding under "Default layout". Any embed without an explicit view= falls back to that default.

Related Articles