Test module is used for some public business modules sample

Module 1 -----> card




Module 2 -----> modal

Module 3 -----> search

Module 4 -----> table

components----button

      Please set three properties to the button components:
        text: string is ok for block and inline sytle. MAKE SURE that icon style button needs specific text. This property is used for defined the function of the button.
             E.g. if you what a "cancel" button, please input a 'Cancel' string to this property and an 'add' string is for 'add' button
        style: thress properties is available: block, inline, icon. This property is used for the style of the button. We support three button styles.
        color: two properties is available: dark, light. This property is used for the color of the button. dark button is filled, light button is unfilled.
    

components----icons