Caption
Captions provide details about images and figures, supplementing the main content and highlighting key visual elements.
This feature is only avaiable to users on Business Plan.
/* caption-example.blade.php */
<x-caption content="This feature is only avaiable to users on Business Plan." />
Component API
Prop | Description | Values |
---|---|---|
as | Change the element tag of the component | any |
content | Set the content of the component | any |
size | Change the font size of the component | Dependant on theme |
weight | Change the font weight of the component | Dependant on theme |
color | Change the color of the component | Dependant on theme |
align | Change the alignment of the component | Dependant on theme |