JAGFx / ets2-dashboard-skin

Packaged application in VueJs to run on a Windows computer It allows to deport some information of the video games Eurotruck simulator and Americantruck simulator on another device (via the web browser). And thus have an increased immersion in these games.
https://jagfx.github.io/ets2-dashboard-skin/
MIT License
60 stars 14 forks source link

Overlay Component #139

Closed CorentinGS closed 1 year ago

CorentinGS commented 2 years ago

Description

Added the overlay component #137

Usage

  <Overlay v-if="showOverlay">
      <p> Content </p>
  </Overlay>

Checklist: