Exhibition+Event
Recent Exhibitions
ムネーメ
2023
10.3-10.15
見る
// create a new Library instance and store it in a variable called "fsTabs"
(function() {
var fsTabs = new FsLibrary(".tabs-data-feed")
// run Tabs component on our instance
fsTabs.tabs({
tabComponent: ".tabs-component",
tabContent: ".tab-name",
resetIx: true
})
})();