liquid_feedback_frontend

annotate env/ui/icon.lua @ 1859:02c34183b6df

Fixed wrong filename in INSTALL file
author bsw
date Tue Nov 28 18:54:51 2023 +0100 (20 months ago)
parents 4188405c2425
children
rev   line source
bsw@1649 1 function ui.icon(icon, class, id)
bsw@1649 2 class = class and "icon-" .. class .. " " or ""
bsw@1649 3 class = class .. "material-icons"
bsw@1649 4 ui.tag{ tag = "i", attr = { id = id, class = class }, content = icon }
bsw@1649 5 end

Impressum / About Us