feat: add Breadcrumb, Progress & Pagination components - #29
Merged
Conversation
Adds three components from the COSS/Origin registry that the Vue port was missing, following the documented recipe (Reka UI primitives + COSS styling): - Breadcrumb: ui/Breadcrumb/* primitives (nav/list/item/link/page/separator/ ellipsis) + 3 demos (simple, icon, ellipsis) - Progress: ui/Progress.vue (Reka ProgressRoot/Indicator) + 2 demos (static, animated) - Pagination: 2 demos composed from the COSS Button primitive (numbered + prev/next) Each gets a showcase view, route, and Home nav entry. Verified: type-check, lint, build, and visual check of all three pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds three components from the COSS/Origin registry that the Vue port was missing — following the documented porting recipe (Reka UI headless + COSS styling).
New components
ui/Breadcrumb/*primitives (Breadcrumb, List, Item, Link, Page, Separator, Ellipsis) + 3 demos (simple, home-icon, ellipsis)ui/Progress.vue(RekaProgressRoot/ProgressIndicator, COSSbg-primary/20track) + 2 demos (static, animated)Buttonprimitive (numbered + prev/next)Each ships with a showcase view, a route, and a Home nav entry — matching the existing pattern (e.g. Tabs).
Notes
BreadcrumbLinkuses Reka'sPrimitivewithasChild/asso it composes with router links.Button, so it inherits COSS button styling automatically.Verification