https://github.com/ericgj/elm-tiled-panes
Tiled panes UI using CSS Grid (similar to tmux)
https://github.com/ericgj/elm-tiled-panes
Last synced: 9 months ago
JSON representation
Tiled panes UI using CSS Grid (similar to tmux)
- Host: GitHub
- URL: https://github.com/ericgj/elm-tiled-panes
- Owner: ericgj
- Created: 2017-07-09T17:35:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T17:48:52.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T00:35:35.762Z (over 1 year ago)
- Language: Elm
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-tiled-panes
An experiment using elm + CSS Grid to build an in-browser "tiled panes UI"
(similar to tmux or tiled window manager.)
See [here](/ericgj/elm-tiled-panes/blob/master/example/TileLayout.elm) for
usage, and [live example](https://runelm.io/c/k2x).
Some unsolved problems:
- How to specify both overall grid height, and min-height of tiles.
- Custom resizing of tiles
- Removal of tiles that doesn't result in entire branches being removed,
or tiles being orphaned.