mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Separate style progrese
This commit is contained in:
@@ -4,17 +4,20 @@
|
||||
-- to create your own rich components.
|
||||
-- @module druid
|
||||
|
||||
|
||||
local const = require("druid.const")
|
||||
local druid_input = require("druid.helper.druid_input")
|
||||
local settings = require("druid.settings")
|
||||
|
||||
local M = {}
|
||||
|
||||
|
||||
local log = settings.log
|
||||
local _fct_metatable = {}
|
||||
-- Temporary, what the place for it?
|
||||
local default_style = {}
|
||||
|
||||
|
||||
--- Basic components
|
||||
M.comps = {
|
||||
button = require("druid.base.button"),
|
||||
|
Reference in New Issue
Block a user