1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/shared/includes/layout/header-actions/users.html
2025-04-15 23:18:49 +02:00

4 lines
201 B
HTML

<div class="d-flex">
<input type="search" class="form-control d-inline-block w-9 me-3" placeholder="Search user…"/>
{% include "ui/button.html" text="New user" color="primary" icon="plus" %}
</div>