Easily create responsive, customizable widgets for various Steam entities with just a few lines of code.
<steam-app appid="{{ env('APP_EXAMPLE_APP') }}"></steam-app>
let widget = new SteamApp('#app-widget', {
appid: '{{ env('APP_EXAMPLE_APP') }}',
//... and more
});
Use JavaScript to control your widgets for various scenarios. Define options during initialization and execute operations on different events later.
Use JavaScript to control your widgets for various scenarios. Define options during initialization and execute operations on different events later.
let widget = new SteamApp('#app-widget', {
appid: '{{ env('APP_EXAMPLE_APP') }}',
//... and more
});
Quickly use {{ env('APP_NAME') }} via our CDN.
@if (env('APP_SHOWNPMUSAGE', false))
Alternatively, use {{ env('APP_NAME') }} via Node.js Package Manager (npm).
Alternatively, use {{ env('APP_NAME') }} via Node.js Package Manager (npm).
@endif