-
Notifications
You must be signed in to change notification settings - Fork 31
chore(List): swap List to container queries #3133
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?
Conversation
View your CI Pipeline Execution ↗ for commit 84e37c0 ☁️ Nx Cloud last updated this comment at |
export const FullDataList: Story = { | ||
render: () => <DataListTemplate />, | ||
render: () => ( | ||
<Box width="420px"> | ||
<DataListTemplate /> | ||
</Box> | ||
), | ||
}; |
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.
This is for testing purposes and will be removed before being shipped
overflow: 'visible', | ||
width: '1000px', |
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.
for testing purposes, will be removed before being shipped
📬Published Alpha Packages:@codecademy/[email protected] |
🚀 Styleguide deploy preview ready! |
Overview
Swaps
List
, DataGrid + DataTable over to container query. Also adds wrapperWidth prop for when folks need direct access to thetable
elementPR Checklist
Testing Instructions
PR Links and Envs