feat: show search widget while loading
This commit is contained in:
parent
fb649807b0
commit
30e9c3d773
3 changed files with 7 additions and 6 deletions
|
@ -52,7 +52,7 @@ const activate = () => {
|
|||
|
||||
<template>
|
||||
<div ref="el" relative px4 py2 group>
|
||||
<div bg-base border="~ base" h10 rounded-full flex="~ row" items-center relative outline-primary outline-1 focus-within:outline transition-all transition-duration-500>
|
||||
<div bg-base border="~ base" h10 rounded-full flex="~ row" items-center relative outline-primary outline-1 focus-within:outline>
|
||||
<div i-ri:search-2-line mx4 absolute pointer-events-none text-secondary mt="1px" />
|
||||
<input
|
||||
ref="input"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue