Phone
llms.txtExample
Hello there
Usage
<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>
API Reference
Phone
A decorative phone frame that wraps content to simulate a mobile device display.
Property Type Description
children required
Snippet
The content to display inside the phone frame.
class
string
Additional CSS classes to apply. Default: —
Property
children
class