Table of Contents
Close button
A generic close button for dismissing content like modals and alerts.
Bootstrap docs: https://getbootstrap.com/docs/5.3/components/close-button/

Syntax
$Bootstrap = new renderabootstrap5component();Returns: string *
echo $Bootstrap->closebutton($aOptions)
Parameters: 1
| Parameter #0 [ <required> array $aOptions ] | array of options
Flags
|
Example
PHP snippet
$Bootstrap->closebutton([
]);
Generated html output
<button class="btn-close">
</button>