Updated: Organised dashboard modules
This commit is contained in:
8
src/components/topbar/index.js
Normal file
8
src/components/topbar/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import styles from './topbar.module.css'
|
||||
|
||||
export default function TopBar() {
|
||||
return (
|
||||
<div className={styles.topBar}>search comes here</div>
|
||||
)
|
||||
}
|
||||
5
src/components/topbar/topbar.module.css
Normal file
5
src/components/topbar/topbar.module.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.topBar {
|
||||
grid-row: 1;
|
||||
padding: 24px 48px;
|
||||
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
Reference in New Issue
Block a user