tmcnab / minimal-graphical-interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Graphical Interface (MGI)

MGI is an experiment in minimizing the primitives a traditional Graphical User Interface (GUI) needs to support.

Primatives

After careful consideration most user interface primatives can be boiled down to the following items:

  • Container
  • Content
  • Button
  • Input

Container

A Container positions its children

About


Languages

Language:TypeScript 88.2%Language:HTML 9.5%Language:CSS 2.4%