文件名称:tailwindcss-tables:Tailwind CSS的Bootstrap样式表
文件大小:5KB
文件格式:ZIP
更新时间:2024-02-21 11:26:18
bootstrap table bootstrap4 bootstrap-table tailwind
Tailwind CSS Tables插件 此插件在Tailwind CSS中生成引导样式表。 均应正常工作。 安装 # With NPM npm install tailwindcss-tables --save # With Yarn yarn add tailwindcss-tables # Manually # Create a /plugins/tailwindcss-tables folder in your project and drop 'index.js' inside of it. 用法 要使用该插件,只需在您的Tailwind配置文件中要求它即可。 plugins : [ // Other plugins... require ( 'tailwindcss-tables' ) ( ) , // If pulled in manually... require ( './plugins/tailwindcss-tables' ) ( ) , ] , 现在,您可以在项目中使用任何。 例子 引导文档的基本示例: < table class ="
【文件预览】:
tailwindcss-tables-master
----.gitignore(32B)
----README.md(3KB)
----LICENSE(1KB)
----package.json(727B)
----index.js(8KB)
----.editorconfig(147B)