Update grid usage at grid example page

This commit is contained in:
Insality
2020-09-21 00:00:00 +03:00
parent 0dc9f32b7a
commit cf87c89cff
4 changed files with 28 additions and 7 deletions

View File

@@ -431,6 +431,15 @@ function Druid.new_grid(self, ...)
end
--- Create staic grid basic component
-- @function druid:new_staic_grid
-- @tparam args ... grid init args
-- @treturn Component grid component
function Druid.new_static_grid(self, ...)
return Druid.create(self, static_grid, ...)
end
--- Create scroll basic component
-- @function druid:new_scroll
-- @tparam args ... scroll init args