-
Notifications
You must be signed in to change notification settings - Fork 24
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
How to use Layout.ContentSplitter
component?
#666
Comments
The ContentSplitter is basicaly only a divider between the list/content view and the editor. The splitter functionality isn't done on the framework side. We should have a discussion about that, if and how we should implement it. As for the other issues let us discuss it in a live sesion, I can't tell what it is based on the layout code I can see in the video. |
I saw there are 3rd party splitter libraries that do have resizing implemented. Maybe you could take one of them, modify the design if you want to, and make it available as an ui-framework component? |
We started looking at some available options, this one seems promising for our purpose: https://www.npmjs.com/package/@geoffcox/react-splitter |
content collapsing is fixed, resizing won't be implemented for rundowns MVP |
Lets keep it for now, because we won't to implement splitter in this version of ui framework |
I currently add it the following way:
The are 2 problems:
The text was updated successfully, but these errors were encountered: