-
Notifications
You must be signed in to change notification settings - Fork 111
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
[component] Added Panel component to sistent #863
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: root <[email protected]>
Signed-off-by: Vidit-Kushwaha <[email protected]>
@Vidit-Kushwaha, thank you for woking on this could you add it as a website agenda item in the meeting minutes? |
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.
Don't use inline css for all the components create styled components for that and use it
Signed-off-by: Vidit-Kushwaha <[email protected]>
Are we done with all of the changes and all the necessary props?. Before merge this PR replace all the panels inside the extension use it from the sistent. Create a PR for that then we'll merge this. |
Signed-off-by: Vidit Kushwaha <[email protected]>
Lint is failing fix this |
Notes for Reviewers
This PR introduces a
Panel
component to the Sistent library to ensure consistency across Layer5 projects. The Panel component provides a customizable and reusable UI element for layout management.Additionally, the following packages have been added to support the component's features:
"re-resizable": "^6.10.3"
: For implementing resizable panel functionality."react-draggable": "^4.4.6"
: To enable drag-and-drop capabilities.Signed commits