How to use the @lugia/lugia-web/dist/consts.Icon function in @lugia/lugia-web

To help you get started, we’ve selected a few @lugia/lugia-web examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github lugia-ysstech / lugia-admin / portal / pages / form / step.js View on Github external
<input placeholder="{&quot;深圳赢时胜技术股份有限公司&quot;}">
                
              
            
            {getSecondStepsOperation}
          
        
      );
    };

    const thirdStepsiconTheme = {
      [Widget.Icon]: {
        Icon: {
          normal: {
            fontSize: 56,
            color: "#56c22d"
          }
        }
      }
    };
    const getThirdStepsView = currentStepNumber =&gt; {
      if (currentStepNumber !== 3) {
        return null;
      }
      return (
        <div>
          
            </div>
github lugia-ysstech / lugia-admin / portal / pages / result / failed.js View on Github external
boxShadow: 'none'
          },
        },
        CardTitle: {
          normal: {
            fontSize: 18,
            font:{
              weight: 600
            },
            margin: {
              top: 0
            }
          }
        }
      },
      [Widget.Icon]: {
        Icon: {
          normal: {
            fontSize: 10,
            color: "#f22735"
          }
        }
      }
    };
    const iconTheme = {
      [Widget.Icon]: {
        Icon: {
          normal: {
            fontSize: 88,
            color: "#f22735",
            margin: {
              top: 76