basic implementation of grid (#19)

* basic implementation of grid

* add dirty example of grid
This commit is contained in:
Maxim Tuprikov
2019-04-04 23:10:03 +03:00
committed by GitHub
parent d49cd2777e
commit bd2c06d81b
4 changed files with 404 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ M.comps = {
text = require("druid.base.text"),
timer = require("druid.base.timer"),
progress = require("druid.base.progress"),
grid = require("druid.base.grid"),
progress_rich = require("druid.rich.progress_rich"),
}