Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.16 KB

VermUI - A terminal UI framework inspired by React.

Build Status Doc Status

V1.0.0-RC1

go get -u github.com/verdverm/vermui

Features:

  • Widgets, Layouts, N-Column Grid, Alignment
  • Routing and event systems
  • Higher-Order-Components
    • Streaming Data Tables
    • Dev and UserError consoles
    • Command box with REPL
    • NavBar with Routed View

Check out the VermUI Starter Kit, which is also a Demo application.

go get github.com/verdverm/vermui-starterkit
./vermui-starterkit

I will put up a fresh demo tomorrow ;]

demo recording demo recording

Code

Look at the starterkit, it is up-to-date.