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

Merge branch 'feature/buttons-top-bar' into 'development'

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

See merge request !10
parents 43997b92 a2e1dac8
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 #78785 passed
import { SearchBar } from '@/components/FunctionalArea/TopBar/SearchBar'; import { SearchBar } from '@/components/FunctionalArea/TopBar/SearchBar';
import { UserAvatar } from '@/components/FunctionalArea/TopBar/UserAvatar'; import { UserAvatar } from '@/components/FunctionalArea/TopBar/UserAvatar';
import { Button } from '@/shared/Button';
export const TopBar = (): JSX.Element => ( 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="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"> <div className="flex flex-row items-center">
<UserAvatar /> <UserAvatar />
<SearchBar /> <SearchBar />
<Button icon="plus" isIcon isFrontIcon className="ml-8 mr-4">
Submaps
</Button>
<Button icon="plus" isIcon isFrontIcon>
Overlays
</Button>
</div> </div>
<div className="bg-primary-100 px-4 py-1 leading-6 text-xs text-primary-500"> <div className="bg-primary-100 px-4 py-1 leading-6 text-xs text-primary-500">
Parkinson disease map 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