文件名称:theme-ui-sketchy:粗略主题UI预设
文件大小:227KB
文件格式:ZIP
更新时间:2024-04-20 21:50:13
hacktoberfest TypeScript
主题UI粗略预设 有关详细规格,请查看。 或者在尝试一下。 :collision: 安装 npm i theme-ui-sketchy-preset # yarn add theme-ui-sketchy-preset :female_sign::female_sign: 用法 该库导出符合的主题对象,该主题对象可以传递给主题提供者。 import { ThemeProvider } from "theme-ui" import sketchy from "theme-ui-sketchy-preset" const App = props => ( < ThemeProvider xss=removed> { props . children } < / ThemeProvider > ) 也可以扩展或修改它: import sketchy from "theme-ui-sketchy-preset" const
【文件预览】:
theme-ui-sketchy-master
----.gitignore(990B)
----gatsby-config.js(213B)
----package.json(2KB)
----src()
--------components()
--------declarations.d.ts(121B)
--------gatsby-plugin-theme-ui()
--------pages()
----LICENSE.md(1KB)
----tsconfig.json(104B)
----static()
--------favicon.ico(15KB)
----.prettierignore(45B)
----README.md(4KB)
----.prettierrc(108B)
----yarn.lock(561KB)
----tsconfig.lib.json(138B)