Button addons

PHOTO EMBED

Sat Feb 11 2023 16:27:28 GMT+0000 (Coordinated Universal Time)

Saved by @logesh #html

<div class="input-group">
    <button class="btn btn-outline-secondary" type="button">Button</button>
    <input type="text">
</div>
<div class="input-group-two">
    <input type="text">
    <button class="btn btn-outline-secondary" type="button">Button</button>
</div>
content_copyCOPY