We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current API for pages and panes is pretty limited. The Pane component should be used without discrimination for:
The I3 docs have a pretty nice summary of using a tree layout for reference.
Also see here for an example of nested panes in the repo.
Open to suggestions if this doesn't work but off the top of my head, something like this should work:
<Pane split="horizontal"> <Pane split="vertical"> <Pane>A</Pane> <Pane>B</Pane> </Pane> <Pane>C</Pane> </Pane>
We would also benefit from a context bar which can be used in any pane.
Top level
<Pane split="horizontal"> <ContextBar>X</ContextBar> <Pane split="vertical"> <Pane>A</Pane> <Pane>B</Pane> </Pane> <Pane>C</Pane> </Pane>
Nested
<Pane split="horizontal"> <Pane split="vertical"> <Pane>A</Pane> <Pane> <ContextBar>X</ContextBar> B </Pane> </Pane> <Pane>C</Pane> </Pane>
The text was updated successfully, but these errors were encountered:
Update to this!
Sorry, something went wrong.
No branches or pull requests
About
The current API for pages and panes is pretty limited. The Pane component should be used without discrimination for:
The I3 docs have a pretty nice summary of using a tree layout for reference.
Also see here for an example of nested panes in the repo.
Example
Open to suggestions if this doesn't work but off the top of my head, something like this should work:
Screenshot
Context bar
We would also benefit from a context bar which can be used in any pane.
Top level
Screenshot
Nested
Screenshot
The text was updated successfully, but these errors were encountered: