Skip to content

Commit

Permalink
элемент по умолчанию
Browse files Browse the repository at this point in the history
описание новой функциональности
  • Loading branch information
parinovK committed Nov 6, 2024
1 parent e0fec13 commit 5e27830
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions ru/syntax/cuts-tabs-radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,49 @@
- отступ для содержимого таба - два пробела.

{% endnote %}

#### Элемент по умолчанию

{% note info %}

Поддерживается в табах и радиобаттонах.

{% endnote %}

Если нужно, чтобы выбранный элемент был раскрыт по умолчанию, добавьте атрибут `{selected}` к нужному пункту.

```markdown
{% list tabs radio %}

- name

hello world

- name 2 {selected}

hello world 2

- name 3

hello world 3

{% endlist %}
```

**Результат:**

{% list tabs radio %}

- name

hello world

- name 2 {selected}

hello world 2

- name 3

hello world 3

{% endlist %}

0 comments on commit 5e27830

Please sign in to comment.