Phone
Example
Hello there
Usage
<script lang="ts">
import { Phone } from 'fuchs';
</script>
<Phone>
<div class="bg-accent-200 flex h-full w-full items-center justify-center p-8">
<div class="text-3xl font-bold text-black">Hello there</div>
</div>
</Phone>