mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
feat(panel-content): add breadcrumb bar
This commit is contained in:
parent
ec7e730b38
commit
e1e600d5c2
@ -1,6 +1,7 @@
|
||||
import { Text } from '@status-im/components'
|
||||
import { ExpandRsIcon } from '@status-im/icons'
|
||||
import { XStack, YStack } from 'tamagui'
|
||||
import BreadcrumbBar from '../../../components/General/BreadcrumbBar/BreadcrumbBar'
|
||||
|
||||
type PanelContentProps = {
|
||||
children: React.ReactNode
|
||||
@ -20,6 +21,13 @@ const PanelContent = ({
|
||||
space={'$3'}
|
||||
style={{ padding: isModalWidth ? 0 : '30px', alignItems: 'start' }}
|
||||
>
|
||||
<BreadcrumbBar
|
||||
breadcrumbList={[
|
||||
'Validator Management',
|
||||
'Manage Validator',
|
||||
'Migrate Panel',
|
||||
]}
|
||||
/>
|
||||
<XStack style={{ width: '100%', justifyContent: 'space-between' }}>
|
||||
<Text size={19} weight={'semibold'}>
|
||||
{title}
|
||||
|
Loading…
x
Reference in New Issue
Block a user