Commit 90f0d56e authored by impfundev's avatar impfundev

fix: form ui search with input group

parent 778a8c5e
<form action="" method="get" class="d-flex gap-2">
<input class="form-control" name="q" type="text" placeholder="Search..." />
<button type="submit" class="btn btn-primary">Enter</button>
<form action="" method="get" class="input-group w-50">
<input
type="text"
name="q"
class="form-control"
placeholder="Search..."
aria-label="Search..."
/>
<button class="input-group-text btn btn-primary">Search</button>
</form>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment