文件名称:ui-core::sparkles:设计系统核心库
文件大小:731KB
文件格式:ZIP
更新时间:2024-03-02 23:08:40
react design-system TypeScript
@ habx / ui-core HABX开发的所有应用程序上使用的设计系统 安装方式 npm i @habx/ui-core 添加提供商 应用程式 import { Provider as DesignSystemProvider , ThemeProvider } from '@habx/ui-core' const App : React . FunctionComponent = ( { children } ) => { return ( < ThemeProvider xss=removed> < DesignSystemProvider> { children } < /DesignSystemProvider> < /ThemeProvider> ) } 在我们的测试我们所有