I've been trying to build a small project using vui.el, and overall it's been very easy and pleasant to work with. The declarative style makes UI composition much more straightforward. Thanks for your work.
However, I ran into a small issue during use. Currently, there doesn't seem to be a way to modify face and keymap at the container level. For example, when using vui-hstack, I can only assign a face to each child component individually. The padding or fill characters inserted by vui-hstack itself cannot be styled or modified.
Is this something you would consider adding in the future?
I've been trying to build a small project using vui.el, and overall it's been very easy and pleasant to work with. The declarative style makes UI composition much more straightforward. Thanks for your work.
However, I ran into a small issue during use. Currently, there doesn't seem to be a way to modify face and keymap at the container level. For example, when using vui-hstack, I can only assign a face to each child component individually. The padding or fill characters inserted by vui-hstack itself cannot be styled or modified.
Is this something you would consider adding in the future?