@page "/device-form-factor" @using Template.Shared.Interfaces @inject IFormFactor FormFactor Form Factor

Device Form Factor

You are running on:

This component is defined in the Template.Shared library.

@code { private string factor => FormFactor.GetFormFactor(); private string platform => FormFactor.GetPlatform(); }