Box
llms.txtExample
This is a box, put your stuff here.
Usage
<Box class="text-sm">This is a box, put your stuff here.</Box>
API Reference
Box
A styled container with default padding, rounded corners, and a subtle background.
Property Type Description
children required
Snippet
The content to display inside the box.
class
string
Additional CSS classes to apply. Default: —
ref
HTMLDivElement
The underlying DOM element. Default: —
Property
children
class
ref