reset commits
This commit is contained in:
commit
cf5af3cc23
55 changed files with 6825 additions and 0 deletions
11
src/components/Searchbox/Searchbox.tsx
Normal file
11
src/components/Searchbox/Searchbox.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import './Searchbox.sass'
|
||||
import { FiSearch } from 'solid-icons/fi'
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<section class="searchbox">
|
||||
<FiSearch size={16} cursor="pointer" />
|
||||
<span>Search</span>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue