BottomBar
Floating bar pinned to the bottom of the viewport.
No container needed.
import { SovAds, BottomBar } from 'sovads-sdk'
const ads = new SovAds({ siteId: 'site_xxxxxxxxxxxxxxx' })
const bar = new BottomBar(ads)
await bar.show()Floating bar pinned to the bottom of the viewport.
No container needed.
import { SovAds, BottomBar } from 'sovads-sdk'
const ads = new SovAds({ siteId: 'site_xxxxxxxxxxxxxxx' })
const bar = new BottomBar(ads)
await bar.show()