Skip to content
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

feat: side panel #457

Merged
merged 4 commits into from
Dec 13, 2024
Merged

feat: side panel #457

merged 4 commits into from
Dec 13, 2024

Conversation

gndz07
Copy link
Member

@gndz07 gndz07 commented Dec 13, 2024

Description

Create a new side panel component. It is based on dialog components, but designed to be simpler to use.

The component's properties:

  • onOpenChange (func): required. Function to set the panel to open/close.
  • side: optional, default to right. To set the position of the panel. Available options: right, left, top, bottom.
  • open (boolean): optional, default to false.
  • noOverlay (boolean): optional, default to false. To set whether or not the component has an overlay.
  • noCloseButton (boolean): optional, default to false. It won't have the close ('X') button on the top right if set to right.

Preview

image

Copy link
Contributor

@mdeliatf mdeliatf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Well done @gndz07 !!

@traefiker traefiker merged commit bec2646 into traefik:master Dec 13, 2024
2 checks passed
@traefiker
Copy link
Contributor

🎉 This PR is included in version 11.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants