feat: add Table, Stepper, and Navigation Menu components - #33
Merged
Conversation
Three new COSS-styled component families with demos, views, routes and Home nav entries: - Table: plain HTML table primitives (Table/Header/Body/Footer/Row/Head/ Cell/Caption) with 2 demos (basic + badges/footer/caption) - Stepper: Reka UI Stepper primitives (Root/Item/Trigger/Indicator/Title/ Description/Separator) with 2 demos (indicator-only + controlled w/ buttons) - Navigation Menu: Reka UI NavigationMenu primitives with viewport, before- highlight surface and animated flyout; 2 demos (flyout + simple links) All use COSS tokens (rounded-lg, opacity-64, before-highlight surfaces). type-check, lint and build pass; verified visually in-browser.
Deploying originui-vue with
|
| Latest commit: |
062a070
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://39b250a0.originui-vue.pages.dev |
| Branch Preview URL: | https://feat-coss-table-stepper-nav.originui-vue.pages.dev |
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 new COSS-styled component families, each with headless UI components, demos, a view page, a route, a Home nav entry, and a README mention.
Components
Table
Plain HTML
<table>primitives:Table,TableHeader,TableBody,TableFooter,TableRow,TableHead,TableCell,TableCaption.Stepper
Built on Reka UI Stepper primitives:
Stepper,StepperItem,StepperTrigger,StepperIndicator,StepperTitle,StepperDescription,StepperSeparator.Navigation Menu
Built on Reka UI NavigationMenu primitives with viewport:
NavigationMenu,NavigationMenuList,NavigationMenuItem,NavigationMenuTrigger,NavigationMenuContent,NavigationMenuLink,NavigationMenuIndicator,NavigationMenuViewport, plusnavigationMenuTriggerStyle.Design
All use COSS tokens:
rounded-lg,opacity-64disabled convention, before-pseudo highlight surfaces on the nav-menu viewport, primary-filled active/completed stepper indicators.Verification