Hi @johnorford1 Yes, you can create separate component and pack the filters there. We did the same thing (we have lots of pages that are using same filters). We created custom filters component and imported all the filters, than we are showing / hiding them depending on the page that users is on. We used Vuex to store filters state.
As you can see on the screen shoot we used right drawer for that.