HyperUI开源的 Tailwind CSS 组件库

联合创作 · 2023-09-23 07:14

HyperUI 是一个免费开源的 Tailwind CSS 组件库。



如何工作


在网站上搜索组件、查看预览、源代码并将 HTML 复制到剪贴板。


设置



git clone git@github.com:markmead/hyperui.git
yarn
yarn dev


如果需要,可以在新窗口中运行 yarn watch。 这将在每次更改时重建 CSS。


添加组件


所有组件和集合都存储在 /public/components/[collection]/[id].


添加到现有集合


假设您创建了一个新的页脚组件。


/public/components/footers/中创建一个名为 4.html的新文件


然后将新组件添加到页脚集合。



---
title: Footers
emoji: ⚽️
seo:
title: Footer Components
description: Footer components created with Tailwind CSS
components:
1:
title: Large with Newsletter Form
2:
title: Simple Stacked
3:
title: Simple Row
---

Content...


可以像这样添加新组件:



---
components:
1:
title: Large with Newsletter Form
2:
title: Simple Stacked
3:
title: Simple Row
4:
title: [Description]
spacing [Adjustments] // Optional
---


 

浏览 20
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报