mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Add component instance with general methods. New component constructor
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
-- @module base.grid
|
||||
|
||||
local helper = require("druid.helper")
|
||||
local component = require("druid.system.component")
|
||||
|
||||
local M = {}
|
||||
local M = component.new("grid")
|
||||
|
||||
|
||||
function M.init(self, parent, element, in_row)
|
||||
|
Reference in New Issue
Block a user