Fields
Html
Raw HTML content injection and static helpers.
Raw HTML content injection and static helpers.
use NyonCode\WireForms\Components\Display\Html;
Usage
Html::make('custom') ->content('<div class="text-red-500">Custom HTML</div>')
Static Helpers
Html::divider() // horizontal ruleHtml::spacer() // empty spaceHtml::heading('Section Title') // <h3> headingHtml::paragraph('Description') // <p> text