Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(MiniInfoCell): rm textLevel #5736

Merged
merged 1 commit into from
Sep 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs(MiniInfoCell): rm textLevel
- closed #5726
SevereCloud committed Sep 4, 2023
commit ccd95b319e3a2d36e73c6251c9121f75b16a5b6f
6 changes: 3 additions & 3 deletions packages/vkui/src/components/MiniInfoCell/Readme.md
Original file line number Diff line number Diff line change
@@ -39,15 +39,15 @@ function MiniInfoCellExample() {
>
<Separator style={{ marginBottom: 12 }} />

<MiniInfoCell before={<Icon20CommunityName />} textWrap="full" textLevel="primary">
<MiniInfoCell before={<Icon20CommunityName />} textWrap="full">
Команда вконтакте
</MiniInfoCell>

<MiniInfoCell before={<Icon20MessageOutline />} textWrap="full" textLevel="primary">
<MiniInfoCell before={<Icon20MessageOutline />} textWrap="full">
Официальная страница Команды ВКонтакте.
</MiniInfoCell>

<MiniInfoCell before={<Icon20ArticleOutline />} textWrap="full" textLevel="primary">
<MiniInfoCell before={<Icon20ArticleOutline />} textWrap="full">
ВКонтакте начинался как сайт для выпускников вузов, а сейчас это огромная экосистема с
безграничными возможностями и миллионами пользователей.
</MiniInfoCell>