Exemplo n.º 1
0
        private void SetClass()
        {
            ClassMapper.Add(PrefixCls)
            .Add($"{PrefixCls}-{Status}");

            IconClassMapper.Add($"{PrefixCls}-icon")
            .If($"{PrefixCls}-image", () => IsImage);
        }