mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: search ui
This commit is contained in:
parent
64c0fdbaee
commit
830b9d067f
@ -1,10 +1,9 @@
|
|||||||
// import { useState } from 'react'
|
// import { useState } from 'react'
|
||||||
|
|
||||||
const Search = ({ query, result }: SearchProps): JSX.Element => {
|
const Search = (): JSX.Element => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className='relative w-full mt-5 flex'>
|
||||||
{query} { result }
|
<input type='search' className='outline-none shadow rounded-lg border-0 p-3 w-full h-16 text-xl dark:bg-very-black pr-20' placeholder='검색...' />
|
||||||
<input />
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user