Toggle
This toggle example utilizes JavaScript for its functionality.
Click the button to toggle visibility of this alert
<button
type="button"
class="tc-btn tc-style-default mb-6"
data-toggle="toggle-example"
data-toggle-transition="250">Click to toggle
</button>
<div id="toggle-example" class="tc-alert tc-style-info" role="alert">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6 mr-2">
<path stroke-linecap="round" stroke-linejoin="round" d="M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z" />
</svg>
Click the button to toggle visibility of this alert
</div>