Med Manager documentation category

Loading

Loading screen for API initialisation.

Component example

Loading MediSphere…
Making sure your medication information is up to date

Component Tailwind HTML code

<div class="font-whitney w-full bg-mm-purple-800 px-5 md:px-8 lg:px-16 py-60">
<div class="flex flex-col justiyf-center w-full max-w-2xl mx-auto text-center">
<img class="block w-14 h-auto mx-auto mb-4" src="/static/loading.svg">
<p class="text-white">
<span class="font-semibold">Loading MediSphere&hellip;</span><br>
Making sure your medication information is up to date
</p>
</div>
</div>