Skip to content

Commit

Permalink
docs(MiniInfoCell): rm separator
Browse files Browse the repository at this point in the history
Fixes #5825
  • Loading branch information
SevereCloud committed Sep 22, 2023
1 parent e0076d5 commit e90f705
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/vkui/src/components/MiniInfoCell/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ function MiniInfoCellExample() {
</PanelHeaderButton>
)
}
noShadow
>
Подробнее
</ModalPageHeader>
}
id="extended_info"
>
<Separator style={{ marginBottom: 12 }} />

<Spacing size={12} />
<MiniInfoCell before={<Icon20CommunityName />} textWrap="full">
Команда вконтакте
</MiniInfoCell>
Expand All @@ -52,13 +50,14 @@ function MiniInfoCellExample() {
безграничными возможностями и миллионами пользователей.
</MiniInfoCell>

<Separator style={{ marginTop: 12, marginBottom: 12 }} />
<Spacing size={24}>
<Separator />
</Spacing>

<MiniInfoCell before={<Icon20PlaceOutline />}>Санкт-Петербург, Россия</MiniInfoCell>

<MiniInfoCell before={<Icon20MentionOutline />}>team</MiniInfoCell>

<div style={{ height: 24 }} />
<Spacing size={12} />
</ModalPage>
</ModalRoot>
);
Expand Down

0 comments on commit e90f705

Please sign in to comment.