Navigating Cards with Reusable Buttons
Posted: Mon Oct 22, 2018 9:30 pm
I have 3 buttons with scripts for each that navigate respectively through 3 different cards
(button 1 goes to card 1, button 2 to card 2, etc).
I would like to have these 3 buttons along all 3 cards.
The issue is this:
I can copy the buttons to each card, but if I later make changes to the code of style of the button on card one, it won't copy those changes to all of the card buttons.
Is there a way to create reusable components (such as buttons), where I create it once and drag it to the different cards, and one change will change them all?
If not, what is the best practice for creating reusable components (such as buttons) that accomplishes what I'm seeking (efficiency).
Thanks!
(button 1 goes to card 1, button 2 to card 2, etc).
I would like to have these 3 buttons along all 3 cards.
The issue is this:
I can copy the buttons to each card, but if I later make changes to the code of style of the button on card one, it won't copy those changes to all of the card buttons.
Is there a way to create reusable components (such as buttons), where I create it once and drag it to the different cards, and one change will change them all?
If not, what is the best practice for creating reusable components (such as buttons) that accomplishes what I'm seeking (efficiency).
Thanks!