@@include("./partials/title-meta.html", {"title": "Buttons"}) @@include('./partials/head-css.html')
Icon only button. Use it when you want a button with just an icon and no text, ideal for compact UI elements or toolbars.
Use
.btn
classes with
<button>
,
<a>
, or
<input>
elements, though rendering may vary slightly across browsers.