Skip to content

Commit 1cda108

Browse files
author
Nils Henning
committed
[TASK] extend basic building blocks guide
1 parent c7805fe commit 1cda108

File tree

1 file changed

+7
-7
lines changed
  • docs/guides/200-basic_building_blocks

1 file changed

+7
-7
lines changed

docs/guides/200-basic_building_blocks/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ onclick emit: 'my-event' do
426426
end
427427
```
428428

429-
Read more about the [transition component](/docs/api/100-components/onclick.md).
429+
Read more about the [onclick component](/docs/api/100-components/onclick.md).
430430

431431
**toggle**
432432

@@ -439,7 +439,7 @@ toggle show_on: 'my-event', hide_after: 2000 do
439439
end
440440
```
441441

442-
Read more about the [transition component](/docs/api/100-components/toggle.md).
442+
Read more about the [toggle component](/docs/api/100-components/toggle.md).
443443

444444
**action**
445445

@@ -475,20 +475,20 @@ In the example above, clicking the "Delete" button will trigger an asynchronous
475475

476476
We recommend defining the expected hash parameter for `action` components in a method, because they can get quite large.
477477

478-
Read more about the [transition component](/docs/api/100-components/action.md).
478+
Read more about the [action component](/docs/api/100-components/action.md).
479479

480480
**forms**
481481

482-
Read more about the [transition component](/docs/api/100-components/forms.md).
482+
Read more about the [forms component](/docs/api/100-components/forms.md).
483483

484484
**async**
485485

486-
Read more about the [transition component](/docs/api/100-components/async.md).
486+
Read more about the [async component](/docs/api/100-components/async.md).
487487

488488
**isolated**
489489

490-
Read more about the [transition component](/docs/api/100-components/isolated.md).
490+
Read more about the [isolated component](/docs/api/100-components/isolated.md).
491491

492492
**collection**
493493

494-
Read more about the [transition component](/docs/api/100-components/collection.md).
494+
Read more about the [collection component](/docs/api/100-components/collection.md).

0 commit comments

Comments
 (0)