Skip to content

Commit

Permalink
docs: Fix Panel layout (#6756)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Mar 26, 2024
1 parent 0386f76 commit 0993b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/Panel/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
`Panel` – это контейнер для контента.

```jsx { "props": { "layout": false, "showLayoutSelect": true, "adaptivity": true } }
```jsx { "props": { "showLayoutSelect": true, "adaptivity": true } }
const Example = () => {
const [activePanel, setActivePanel] = React.useState('panel1');

Expand Down

0 comments on commit 0993b59

Please sign in to comment.