-
Notifications
You must be signed in to change notification settings - Fork 10
feat(pie-tabs): DSW-3303 pie tabs implement basic styling and default properties #2516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(pie-tabs): DSW-3303 pie tabs implement basic styling and default properties #2516
Conversation
|
/test-aperture |
|
Starting a new snapshot build. You can view the logs here. |
|
|
@thejfreitas Your snapshots have been published to npm! Test the snapshots by updating your Note If you have more than one of these packages installed, we suggest using the new snapshots for all of them to help avoid version conflicts. yarn up @justeattakeaway/pie-tabs@0.0.0-snapshot-release-20250805223046 --mode=update-lockfileyarn up @justeattakeaway/pie-webc@0.0.0-snapshot-release-20250805223046 --mode=update-lockfileThen finally: yarn install |
…-implement-basic-funcitonality-and-styling
🦋 Changeset detectedLatest commit: 2a2f087 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…-implement-basic-funcitonality-and-styling
8ab9822 to
99cb61f
Compare
|
/test-aperture |
|
Starting a new snapshot build. You can view the logs here. |
|
@thejfreitas Your snapshots have been published to npm! Test the snapshots by updating your Note If you have more than one of these packages installed, we suggest using the new snapshots for all of them to help avoid version conflicts. yarn up @justeattakeaway/pie-tabs@0.0.0-snapshot-release-20251121150154 --mode=update-lockfileyarn up @justeattakeaway/pie-webc@0.0.0-snapshot-release-20251121150154 --mode=update-lockfileThen finally: yarn install |
Adding basic styling and default properties to the pie-tabs component.
This component requires a sub component called
pie-tab-panelto be passed as a slot in order to render the navigation items and the content as slot in the sub component.pie-tabs has the following properties in this initial implementation.
variant: 'global', 'contained'
orientation: 'horizontal', 'vertical'
Screenshots
Author Checklist (complete before requesting a review, do not delete any)
PIE Storybook/PIE DocsPR preview./test-aperturecommand.Not-applicable Checklist items
Please move any Author checklist items that do not apply to this pull request here.
Testing
How do I test my changes?
Reviewer checklists (complete before approving)
Mark items as
[-] N/Aif not applicable.Reviewer 1
PIE Storybook/PIE DocsPR preview.Reviewer 2
PIE Storybook/PIE DocsPR preview.