You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: dedicated /components/ section for @rozie-ui families (move from /guide/)
- git mv 33 component pages (11 families x showcase/comparison/demo) from
docs/guide/ to docs/components/ (history preserved)
- rewrite absolute /guide/<component> links to /components/<component> across
all docs source (.md + config.ts), longest-basename-first with boundary guard
- add Components nav entry; split the 11 @rozie-ui sidebar groups out of the
/guide/ rail into a new /components/ sidebar key (Overview + 11 collapsed groups)
- new docs/components/index.md catalog landing page
- repoint guideRelPath docs/guide/<name>.md -> docs/components/<name>.md in all
11 codegen.mjs + matching readme.mjs prose (SKIP_GUIDE env names unchanged)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/components/chartjs-demo.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ This is the **real `@rozie-ui/chartjs-vue` package** running on this page (ViteP
93
93
</div>
94
94
</ClientOnly>
95
95
96
-
The `type` prop is bound reactively — flipping it re-creates the instance (Chart.js has no stable runtime type-swap), while**Randomize** mutates the bound `data` object so the wrapper reconciles it into the live chart inplace. The**Export PNG** button drives the imperative handle (`toBase64Image`). See the [full API](/guide/chartjs) for the complete prop /event/ handle surface.
96
+
The `type` prop is bound reactively — flipping it re-creates the instance (Chart.js has no stable runtime type-swap), while**Randomize** mutates the bound `data` object so the wrapper reconciles it into the live chart inplace. The**Export PNG** button drives the imperative handle (`toBase64Image`). See the [full API](/components/chartjs) for the complete prop /event/ handle surface.
97
97
98
98
## One source, six outputs
99
99
@@ -118,7 +118,7 @@ Each is a real, idiomatic component for its framework — React `forwardRef` + h
118
118
119
119
## See also
120
120
121
-
- [Chart.js — showcase &API](/guide/chartjs) — install, quick starts for all six frameworks, per-type components, and the full reference.
121
+
- [Chart.js — showcase &API](/components/chartjs) — install, quick starts for all six frameworks, per-type components, and the full reference.
122
122
- [The LineChart example](/examples/line-chart) — a focused single-type walkthrough of the same wrapper.
0 commit comments