-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[docs][Joy] Add documentation for Joy Stack
component
#35373
Conversation
|
From #35471, @hbjORbj can you add one more customization demo to show the truncated text example? using |
@siriwatknp I've added the following example. Let me know. ....
<Item
sx={{
my: 1,
mx: 'auto',
p: 2,
}}
>
<Stack spacing={2} direction="row" alignItems="center">
<Stack>
<Avatar>W</Avatar>
</Stack>
<Stack sx={{ minWidth: 0 }}>
<Typography noWrap>{message}</Typography>
</Stack>
</Stack>
</Item> |
096cede
to
c85fcd9
Compare
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.
👍
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.
@hbjORbj One last comment, please fix it before merging.
Co-authored-by: Siriwat K <[email protected]> Signed-off-by: Marija Najdova <[email protected]>
Signed-off-by: Marija Najdova <[email protected]>
Thanks for this! |
Closes #35471
Preview: https://deploy-preview-35373--material-ui.netlify.app/joy-ui/react-stack