-
Notifications
You must be signed in to change notification settings - Fork 33
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
Panel support? #11
Comments
Can you send me your resource file? |
|
@thomasdominic, any chance? |
Yes. I was trying to resize the panel, not the fields inside a panel. |
Any updates on this ? |
hi, please I'd also love this as a feature, thanks! |
+1 |
I think that the most powerful feature of this plugin is the support of Panel::make(__('My Panel 1'), $this->myPanel1())->size('w-2/3'),
Panel::make(__('My Panel 2'), $this->myPanel2())->size('w-1/3'), |
Hi, To get size working into panels, you need to append "flex-dom flex-wrap flex w-full" to css class of Card component. I'm achieving it with the following package, but it's just a patch, a clean solution is required! +1 to implement panel support |
Is there any way to extend this to support panels too? The need came while building the following UI.
If that's not possible? Is there any other way to do horizontal splitting?
The text was updated successfully, but these errors were encountered: