| 1 | # Component Examples DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own reference component and store examples for WebUI component authors. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - `_example-component.html` owns the component markup example. |
| 10 | - `_example-store.js` owns the store pattern example. |
| 11 | |
| 12 | ## Local Contracts |
| 13 | |
| 14 | - Keep examples aligned with current component loader, Store Gating, and `createStore` patterns. |
| 15 | - Do not add product behavior or dependencies here. |
| 16 | |
| 17 | ## Work Guidance |
| 18 | |
| 19 | - Prefer small examples that demonstrate current conventions clearly. |
| 20 | |
| 21 | ## Verification |
| 22 | |
| 23 | - Manually inspect examples after component contract changes. |
| 24 | |
| 25 | ## Child DOX Index |
| 26 | |
| 27 | No child DOX files. |