We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@sinoui/theme 1.0.0 遵循最新版本的 Material Design。
整理最新版本的 Material Design 设计部分文档:
开发、定制、使用文档关注:
文档包括:
为了方便应用程序开发,提供全局样式,以 ThemeStyle 组件的形式提供,在入口文件中引入:
import { ThemeProvider } from 'styled-components'; import defaultTheme from '@sinoui/theme/defaultTheme'; import ThemeStyle from '@sinoui/theme/ThemeStyle'; function App() { return <ThemeProvider theme={defaultTheme}> <> <ThemeStyle /> </> </ThemeProvider> }
全局样式:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.0.0 Roadmap
@sinoui/theme 1.0.0 遵循最新版本的 Material Design。
设计文档
整理最新版本的 Material Design 设计部分文档:
实现部分
开发指南文档
开发、定制、使用文档关注:
文档包括:
全局样式
为了方便应用程序开发,提供全局样式,以 ThemeStyle 组件的形式提供,在入口文件中引入:
全局样式:
链接样式文本选中颜色The text was updated successfully, but these errors were encountered: