Added math components folder

This commit is contained in:
thepaperpilot 2022-06-26 23:03:40 -05:00
parent d658455eb0
commit b6d5eaa72d
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<template>
<span style="white-space: nowrap; font-size: larger; font-family: initial">
&nbsp;<slot />&nbsp;
</span>
</template>

View file

@ -0,0 +1,5 @@
<template>
<span style="white-space: nowrap;">
<span style="font-size: larger; font-family: initial">&radic;</span><span style="text-decoration: overline">&nbsp;<slot />&nbsp;</span>
</span>
</template>