-
Notifications
You must be signed in to change notification settings - Fork 649
[Draft] Stack component #4423
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
[Draft] Stack component #4423
Conversation
🦋 Changeset detectedLatest commit: f3ef9e1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm excited about this! Left a few api comments
| * Sets the padding of the stack container | ||
| * @default none | ||
| */ | ||
| padding?: Padding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder to update the eslint rule as well: https://github.com/primer/eslint-plugin-primer-react/blob/main/src/rules/no-system-props.js#L16
|
The PR was updated with Copilot Workspace (v0.17). For more details, open the Copilot Workspace session. |
|
The PR was updated with Copilot Workspace (v0.17). For more details, open the Copilot Workspace session. |
|
One thing I wanted to confirm, if we switch over to the CSS name for things do we also want the types to be updated? For example:
|
Checklist from mob programming
|
joshblack
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
ericwbailey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Add support for the experimental
Stackcomponent to Primer React.Changelog
New
Stackcomponent to the drafts and experimental entrypointmatrix, to help with generating combinations of controls for e2e testsgetResponsiveAttributes, that helps with generating the correct data attributes for props that support values and responsive valuesChanged
Removed
Rollout strategy
Testing & Reviewing
Stack, does it make sense to you? Anything that you would edit or change before we release it?