Create responsive, localizable and adjustable widgets for various Steam entities
very easily with only few code.
<steam-app appid="1001860"></steam-app>
let widget = new SteamApp('#app-widget', {
appid: '1001860',
//... and more
});
Use JavaScript to control your Widgets for various situations.
Set various options on initialization and perform operatings
on various events later.
Use JavaScript to control your Widgets for various situations.
Set various options on initialization and perform operatings
on various events later.
let widget = new SteamApp('#app-widget', {
appid: '1001860',
//... and more
});
You can use Steamwidgets via our CDN for quick usages.
You can also use Steamwidgets via Node.js Package Manager
You can also use Steamwidgets via Node.js Package Manager
Your support is greatly appreciated
Your support helps to continue working on the project and providing the required infrastructure.