feat: adds SearchBar Live Component
This commit is contained in:
parent
dd03000428
commit
78588cbad9
3 changed files with 97 additions and 0 deletions
|
|
@ -8,6 +8,13 @@
|
|||
</:actions>
|
||||
</.header>
|
||||
|
||||
<.live_component
|
||||
module={MvWeb.Components.SearchBarComponent}
|
||||
id="search-bar"
|
||||
query={@query}
|
||||
placeholder={gettext("Search...")}
|
||||
/>
|
||||
|
||||
<.table
|
||||
id="members"
|
||||
rows={@members}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue