$devices
Lapikit provides a Svelte store called devices.
It always contains a merged version of the default values and your overrides defined in plugins/lapikit.(js|ts)
.
These properties allow you to target different types of devices (mobile, tablet, desktop) and adapt your interface accordingly. This makes it easier to create responsive designs and improves the user experience on various devices.
You can customize all device types directly through the configuration file plugins/lapikit.(js|ts)
. Feel free to check the provided devices documentation, which will show you all the available options to adapt Lapikit to your application.
Do you have a question? Ask on GitHub or Discord server
Do you see a bug? Open an issue on GitHub