Reusable components with same attributes

Hi,

Is there a way how to build a single header and single footer and then kind of reference it on all pages so that any change in the parent component would be passed to all places where they are referenced? If there’s a website with many static pages and the header and footer should be the same everywhere, it’s very long way to change the same tiny thing on all instances and can bring a human mistake (a typo).

Also I understand there’s an option to use classnames just for that and edit CSS, but if it’s getting too bulky to do that?
As an example: change a URL / link href which would take to change it everywhere.

Yes you can - just search for “linked components” in the user documentation :+1:

1 Like