design sidebar & head layout & page dashboard
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import Icons from "./Icons"
|
||||
import Search from "./Search"
|
||||
|
||||
function index() {
|
||||
return (
|
||||
<div
|
||||
className='
|
||||
h-[90px] top-0 right-0 sticky border-0 border-b border-[#EFEFEF] bg-[#FFF]
|
||||
flex items-center justify-between pr-[16px] pl-[18px] z-20 gap-[56px]
|
||||
'
|
||||
>
|
||||
<Search />
|
||||
<Icons />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default index
|
||||
Reference in New Issue
Block a user