Create responsive, localizable and adjustable widgets for various Steam entities very easily with only few 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 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: '{{ env('APP_EXAMPLE_APP') }}',
	//... and more
});
				
			

Use widgets for the following Steam entities

Game/App
Workshop
Group
Player
Gameserver

You can use {{ env('APP_NAME') }} via our CDN for quick usages.
@if (env('APP_SHOWNPMUSAGE', false))
You can also use {{ env('APP_NAME') }} via Node.js Package Manager
You can also use {{ env('APP_NAME') }} via Node.js Package Manager
@endif

Get Started!
@if (env('APP_ENABLEDONATION'))

Your support is greatly appreciated

Your support helps to continue working on the project and providing the required infrastructure.

Buy Me a Coffee at ko-fi.com

@endif