文件名称:storyteller:播放rpg会话的Web应用程序
文件大小:62KB
文件格式:ZIP
更新时间:2024-05-08 00:23:10
TypeScript
Tailwind CSS与Emotion.js示例 这是如何在Web应用程序中使用添加的。 它从获得灵感。 xwind用于通过在样式组件中注入尾风CSS来在Emotion中添加尾风类。 无需使用CSS文件,自动前缀,缩小符等。您将获得Emotion的全部好处。 自己部署 使用部署示例: 如何使用 使用或执行以引导示例: npx create-next-app --example with-tailwindcss-emotion with-tailwindcss-emotion-app # or yarn create next-app --example with-tailwindcss-emotion with-tailwindcss-emotion-app 使用将其部署到云()。 笔记 由Emotion生成CSS类将包括顺风样式,但不包括类的名称。 例如以下组件: const
【文件预览】:
storyteller-main
----.gitignore(386B)
----.babelrc(239B)
----components()
--------Header()
--------Input()
--------Button()
--------Card()
--------HCenter()
--------HoverCard()
--------Layout()
--------LoginWrapper()
----package.json(820B)
----package-lock.json(137KB)
----next.config.js(76B)
----tsconfig.json(551B)
----providers()
--------IntlProvider.tsx(364B)
----README.md(2KB)
----next-env.d.ts(132B)
----constants()
--------urls.ts(63B)
--------routes.ts(28B)
--------endpoints.ts(39B)
----theme()
--------index.ts(82B)
----lib()
--------http()
--------chat()
--------auth()
----locale()
--------components()
--------index.ts(234B)
--------pages()
----.vscode()
--------launch.json(438B)
----pages()
--------login()
--------chat()
--------_app.type.ts(113B)
--------index.tsx(164B)
--------_app.tsx(1KB)
----tailwind.config.js(332B)