Skip to content

Commit

Permalink
docs(FixedLayout): PanelHeader fixed (#5843)
Browse files Browse the repository at this point in the history
Фиксируем в документации PanelHeader для всех платформ
  • Loading branch information
SevereCloud authored and actions-user committed Sep 25, 2023
1 parent 653dded commit 9d582c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/FixedLayout/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Example = () => {
return (
<View activePanel="fixedLayout">
<Panel id="fixedLayout">
<PanelHeader>Fixed layout</PanelHeader>
<PanelHeader fixed>Fixed layout</PanelHeader>
<FixedLayout vertical="top" filled>
<Search />
<Separator wide />
Expand Down

0 comments on commit 9d582c7

Please sign in to comment.