mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-07-06 22:15:34 +00:00
feat: [wip] search panel
This commit is contained in:
parent
1a1ac5cd43
commit
3ee0156d19
12 changed files with 179 additions and 43 deletions
|
@ -5,11 +5,11 @@
|
|||
export { className as class };
|
||||
</script>
|
||||
|
||||
<div
|
||||
<label
|
||||
class={tw(
|
||||
'flex items-center gap-1 rounded-md px-2 py-1.5 caret-accent-500 shadow-[inset_0_1px_2px_0_rgb(0_0_0/0.05)] ring-1 ring-ss-secondary',
|
||||
'flex items-center gap-1 rounded-md bg-sb-primary px-2 py-1.5 caret-accent-500 shadow-[inset_0_1px_2px_0_rgb(0_0_0/0.05)] ring-1 ring-ss-secondary transition-shadow duration-200 has-[input,textarea,[contenteditable]]:cursor-text has-[:focus]:ring-ss-primary',
|
||||
className
|
||||
)}
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue