mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: input type search
This commit is contained in:
parent
40273c58ff
commit
349f9f05fe
@ -81,6 +81,7 @@ const Search: React.FC = () => {
|
|||||||
className='relative z-10 flex mt-5 w-full text-black dark:text-gray-100 dark:bg-very-black bg-white rounded-lg'
|
className='relative z-10 flex mt-5 w-full text-black dark:text-gray-100 dark:bg-very-black bg-white rounded-lg'
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
type='search'
|
||||||
maxLength={50}
|
maxLength={50}
|
||||||
className='flex-grow pr-20 px-7 py-3 h-16 text-xl bg-transparent border-0 border-none outline-none shadow'
|
className='flex-grow pr-20 px-7 py-3 h-16 text-xl bg-transparent border-0 border-none outline-none shadow'
|
||||||
placeholder='검색...'
|
placeholder='검색...'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user