1.0.16 • Published 3 years ago

hhtec-basic-component v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

初始化

yarn

构建

yarn build

发布

yarn publish

CustomHeader使用

import CustomHeader from 'hhtec-basic-component/src/CustomHeader';

<CustomHeader
        tenantUrl={SYSTEM_URL}
        systemName="物联网中台"
        style={{ backgroundColor: "#0015f0" }}
        themeCallBack={function (primaryColor?: string, navTheme?: MenuTheme | "realDark" | undefined) {
          setInitialState({ settings: { navTheme, primaryColor } })
        }
        } />
1.0.16

3 years ago

1.0.9

3 years ago

1.0.4

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago