awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
344 stars 39 forks source link

Add some compoments #16

Open skanehira opened 5 years ago

skanehira commented 5 years ago

Describe the feature you'd like I want to add some components into gocui to create modal, form, etc easily

Describe alternatives you've considered I made the components. How about merging this into gocui? https://github.com/skanehira/gocui-component

mjarkk commented 5 years ago

I think we need to hold the base library minimal, thought the current state of gocui is extremely minimal and some UI helpers / components would be a nice addition.

I'm oke with merging gocui-component into gocui.

glvr182 commented 5 years ago

Agreed, keeping the library small is important, but i think adding @skanehira 's components would have more pros than cons

Syleron commented 5 years ago

do we not feel that these components are considered essential to any "minimalistic" UI framework?