Skip to content
Snippets Groups Projects
Commit 5f5ec891 authored by Tadeusz Miesiąc's avatar Tadeusz Miesiąc
Browse files

feat(added button placeholders for top-component): added button placeholders for top bar component

parent 0f507067
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!10feat(button placeholders top-component): added button placeholders for top bar component
Pipeline #78676 failed
import { SearchBar } from '@/components/FunctionalArea/TopBar/SearchBar';
import { UserAvatar } from '@/components/FunctionalArea/TopBar/UserAvatar';
import { Button } from '@/shared/Button';
export const TopBar = (): JSX.Element => (
<div className="w-100 bg-white h-16 flex flex-row items-center py-4 pl-7 pr-6 justify-between">
<div className="flex flex-row items-center">
<UserAvatar />
<SearchBar />
<Button icon="plus" isIcon isFrontIcon className="ml-8 mr-4">
Submaps
</Button>
<Button icon="plus" isIcon isFrontIcon>
Overlays
</Button>
</div>
<div className="bg-primary-100 px-4 py-1 leading-6 text-xs text-primary-500">
Parkinson disease map
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment