Exhibition+Event
Recent Exhibitions
card

2023
4.15-4.23
見る
// 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
})
})();