Skip to content

Commit ae6ab68

Browse files
committed
Fix Note in Quick Start
1 parent cf1dfdb commit ae6ab68

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

_docs/rish/3.0.0/00-quick-start.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ If you are familiar with React or other declarative UI frameworks, you will feel
2323
**Deterministic:** Implemented properly, your UI becomes a pure function of your game state. Always in sync and (hopefully 🤞) bug-free.
2424

2525
## Elements Composition
26-
Rish apps are built using Elements (a piece of the UI that has it's own logic and appearence). (Note: While React calls them "Components," we stick to "Elements" to align with UI Toolkit's naming conventions).
26+
Rish apps are built using Elements. An Element is a piece of the UI that has it's own logic and appearence.
27+
28+
<div class="callout-block callout-block-info">
29+
<div class="content">
30+
<h4 class="callout-title"><i class="fa-solid fa-circle-info"></i>Note:</h4>
31+
<p>While React calls them "Components," we stick to "Elements" to align with UI Toolkit's naming convention.</p>
32+
</div>
33+
</div>
2734

2835
There are two distinct types of elements in Rish:
2936

0 commit comments

Comments
 (0)