tailwind components:使用Web组件的与框架无关的Tailwind UI元素 源码
尾风组件 首先,这更多是一个实验。 显然,这里仅考虑具有公开可用来源的Tailwind UI组件。 实际上,目前这只是。 在,任务之一是为React和Vue构建官方的Tailwind UI组件。 为什么不利用Web组件? ,Web组件开始在大多数前端框架(或库)中本机可用。 尝试一下 该示例中的菜单对象如下所示: const menu = { buttons : [ { name : 'Sign in' , link : '#' , type : 'secondary' } , { name : 'Sign up' , link : '#'
文件列表
tailwind-components-master.zip
(预估有个41文件)
tailwind-components-master
stories
index.stories.md
1KB
index.ts
62B
.eslintrc.js
617B
src
components
button
index.ts
853B
menu
暂无评论