Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T17:48:52.000Z (over 7 years ago)
- Last Synced: 2024-11-15T12:27:40.743Z (2 months 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.