How to clone set of buttons from 1 page to all page

IN My App, there is 5 screens, in the bottom I gave 5 button for navigating between pages.
I need the buttons to be cloned to all other 4 screens, Someone help me…

Here below image for the Button to cloned

Hi there!
Here’s what I think you can do:

  1. Click on the ‘button’ in Design mode
  2. Click on the three-dot icon on the top right corner and choose ‘Duplicate’
  3. This will duplicate the button but not the functions/code of the button (you’ll have to do this manually in Blocks mode)
  4. Drag the duplicated button on the far left ‘Designer’ menu to the next screen below
  5. Repeat

Hope this helps!





Hi @meraki.k, welcome to Thunkable! :tada:

Be sure to check out our posts about How to ask Great Questions v2.0 and our Community Guidelines as you get started.

This would be a great use case for Custom Components. Creating custom components allows you to save combinations of components and blocks to reuse in your projects and share them for other Creators to use. Create the component in the component editor once and use it as often as you need in any of your projects.