foldfelis / foldfelis/DisplayStructure.jl
Allow drawing boardless panel?
- Dominant language
- Julia
- Stars
- 10
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hello
Thanks for nice package.
I've noticed that you already support borderless `Rectangle` but those option is not accessble from `Panel`
I've made this commit to pass `kwargs` to the `Rectangle` from the `Panel`
https://github.com/YongHee-Kim/DisplayStructure.jl/commit/87a56dd00968486f0814121aec52da95323aa3c6
here is MWE
```julia
using DisplayStructure
DisplayStructure.Panel("TestPanel", [5,12],[1,1];background = '.', border = false) |> render
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.