热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

十大顺风CSS插件

十大顺风CSS插件原文:https://www.geeksf

十大顺风 CSS 插件

原文:https://www.geeksforgeeks.org/top-10-tailwind-css-plugins/

Tailwind CSS: 这被称为实用优先的 CSS 框架,用于构建自定义 UI 这是一个非常可定制的低级 CSS 框架,gIt 为您提供了构建模块,帮助您构建出色的设计,而没有任何烦人的风格。

排名前十的顺风 CSS 插件如下:

1。顺风 CSS 排版:


  • If you want to design the style of an article or document, or it may be a blog post. With the help of the wind, this is very difficult, which requires more attention to typesetting and a large number of complicated customized CSS.

  • This feature helps to build applications on their front end, because you spend very little time on component modeling.

可以通过以下命令下载:

// Using npm
npm install @tailwindcss/typography
// Using Yarn
yarn add @tailwindcss/typography.

2。顺风 CSS 自定义表单:


  • The tailwind CSS custom form is used to provide a better appearance, and by adding some utilities

  • To help provide better customization for easily customizing and making better forms.

可以通过以下命令下载:

// Using npm
npm install @tailwindcss/custom-forms --save-dev
// Using Yarn
yarn add @tailwindcss/custom-forms -D

3。顺风 css 表格插件:


  • This plug-in is used to create a guide table in downwind CSS.

  • Inherit in Bootstrap, with the help of which the nested table can be made the same as the parent table.

可以通过以下命令下载:

// With using NPM
npm install tailwindcss-tables --save
// With usingYarn
yarn add tailwindcss-tables

4。顺风 CSS 主题化插件:


  • Downwind theming is a CSS plug-in that is responsible for changing multiple themes in the website.

  • Generally used to make dark themes in websites.

可以通过以下命令下载:

$ yarn add tailwindcss-theming@next --dev

5。顺风 CSS 截断多行:


  • It is helpful when we want to truncate the text inside some cards and realize that it may be difficult to do this with CSS alone.

  • For this, we can use Tailwind CSS, which is a veterinary plug-in for customization. The element it use to truncate multiline text is that addition class. Truncate-key-line, where the key is the number of lines displayed before truncation.

您可以通过以下命令下载它:

// With using npm
npm install tailwindcss-truncate-multiline --save
// With using yarn
yarn add tailwindcss-truncate-multiline

6。顺风 CSS-Elevation:


  • This plug-in provides the elevation angles of two different images or components.

  • Whenever you want to apply elevation, you need to use. Elevation utilities.

  • This is a basic example of adding CSS elevation to button . Click me! 按钮>

可以通过以下命令下载:

npm install tailwindcss-elevation

7。顺风 CSS 长宽比:


  • This type of plug-in is created before the aspect ratio and is supported by any browser.

  • This plug-in requires downwind CSS 1.2 or higher. It offers customized sizes in different shapes.

  • This plug-in uses the configured theme and variant objects to create the aspect ratio utility.

可以通过以下命令下载:

npm install tailwindcss-aspect-ratio

8。 顺风 CSS 渐变:


  • This plug-in can help you provide a very smooth transition between the two added colors.

  • These plug-ins are regularly updated by developers.

可以通过以下命令下载:

npm install tailwindcss-gradients

9。 顺风 CSS 调试屏幕:


  • The downwind CSS debugging screen is a plug-in that displays response breakpoints.

  • You can easily customize a theme and debug the tailwind.config.js file.

  • You can set debugger options to easily find breakpoints.

可以通过以下命令下载:

npm install tailwindcss-debug-screens --save-dev

10。顺风 CSS Spinner:


  • All network applications need an old one to load data, so the downwind CSS Spinner is a loader that can be easily customized according to user's needs. You can also change its color, size, width and so on according to your requirements.

  • Can be used with a single utility class.

// With using yarn
yarn add -D tailwindcss-spinner
// With using npm
npm install --save-dev tailwindcss-spinner

推荐阅读
  • Linux重启网络命令实例及关机和重启示例教程
    本文介绍了Linux系统中重启网络命令的实例,以及使用不同方式关机和重启系统的示例教程。包括使用图形界面和控制台访问系统的方法,以及使用shutdown命令进行系统关机和重启的句法和用法。 ... [详细]
  • EPICS Archiver Appliance存储waveform记录的尝试及资源需求分析
    本文介绍了EPICS Archiver Appliance存储waveform记录的尝试过程,并分析了其所需的资源容量。通过解决错误提示和调整内存大小,成功存储了波形数据。然后,讨论了储存环逐束团信号的意义,以及通过记录多圈的束团信号进行参数分析的可能性。波形数据的存储需求巨大,每天需要近250G,一年需要90T。然而,储存环逐束团信号具有重要意义,可以揭示出每个束团的纵向振荡频率和模式。 ... [详细]
  • Iamtryingtomakeaclassthatwillreadatextfileofnamesintoanarray,thenreturnthatarra ... [详细]
  • 在Android开发中,使用Picasso库可以实现对网络图片的等比例缩放。本文介绍了使用Picasso库进行图片缩放的方法,并提供了具体的代码实现。通过获取图片的宽高,计算目标宽度和高度,并创建新图实现等比例缩放。 ... [详细]
  • 向QTextEdit拖放文件的方法及实现步骤
    本文介绍了在使用QTextEdit时如何实现拖放文件的功能,包括相关的方法和实现步骤。通过重写dragEnterEvent和dropEvent函数,并结合QMimeData和QUrl等类,可以轻松实现向QTextEdit拖放文件的功能。详细的代码实现和说明可以参考本文提供的示例代码。 ... [详细]
  • Centos7.6安装Gitlab教程及注意事项
    本文介绍了在Centos7.6系统下安装Gitlab的详细教程,并提供了一些注意事项。教程包括查看系统版本、安装必要的软件包、配置防火墙等步骤。同时,还强调了使用阿里云服务器时的特殊配置需求,以及建议至少4GB的可用RAM来运行GitLab。 ... [详细]
  • Windows下配置PHP5.6的方法及注意事项
    本文介绍了在Windows系统下配置PHP5.6的步骤及注意事项,包括下载PHP5.6、解压并配置IIS、添加模块映射、测试等。同时提供了一些常见问题的解决方法,如下载缺失的msvcr110.dll文件等。通过本文的指导,读者可以轻松地在Windows系统下配置PHP5.6,并解决一些常见的配置问题。 ... [详细]
  • ZSI.generate.Wsdl2PythonError: unsupported local simpleType restriction ... [详细]
  • XML介绍与使用的概述及标签规则
    本文介绍了XML的基本概念和用途,包括XML的可扩展性和标签的自定义特性。同时还详细解释了XML标签的规则,包括标签的尖括号和合法标识符的组成,标签必须成对出现的原则以及特殊标签的使用方法。通过本文的阅读,读者可以对XML的基本知识有一个全面的了解。 ... [详细]
  • Webmin远程命令执行漏洞复现及防护方法
    本文介绍了Webmin远程命令执行漏洞CVE-2019-15107的漏洞详情和复现方法,同时提供了防护方法。漏洞存在于Webmin的找回密码页面中,攻击者无需权限即可注入命令并执行任意系统命令。文章还提供了相关参考链接和搭建靶场的步骤。此外,还指出了参考链接中的数据包不准确的问题,并解释了漏洞触发的条件。最后,给出了防护方法以避免受到该漏洞的攻击。 ... [详细]
  • FeatureRequestIsyourfeaturerequestrelatedtoaproblem?Please ... [详细]
  • 本文介绍了南邮ctf-web的writeup,包括签到题和md5 collision。在CTF比赛和渗透测试中,可以通过查看源代码、代码注释、页面隐藏元素、超链接和HTTP响应头部来寻找flag或提示信息。利用PHP弱类型,可以发现md5('QNKCDZO')='0e830400451993494058024219903391'和md5('240610708')='0e462097431906509019562988736854'。 ... [详细]
  • 本文介绍了如何使用C#制作Java+Mysql+Tomcat环境安装程序,实现一键式安装。通过将JDK、Mysql、Tomcat三者制作成一个安装包,解决了客户在安装软件时的复杂配置和繁琐问题,便于管理软件版本和系统集成。具体步骤包括配置JDK环境变量和安装Mysql服务,其中使用了MySQL Server 5.5社区版和my.ini文件。安装方法为通过命令行将目录转到mysql的bin目录下,执行mysqld --install MySQL5命令。 ... [详细]
  • 解决nginx启动报错epoll_wait() reported that client prematurely closed connection的方法
    本文介绍了解决nginx启动报错epoll_wait() reported that client prematurely closed connection的方法,包括检查location配置是否正确、pass_proxy是否需要加“/”等。同时,还介绍了修改nginx的error.log日志级别为debug,以便查看详细日志信息。 ... [详细]
  • 本文讨论了如何在codeigniter中识别来自angularjs的请求,并提供了两种方法的代码示例。作者尝试了$this->input->is_ajax_request()和自定义函数is_ajax(),但都没有成功。最后,作者展示了一个ajax请求的示例代码。 ... [详细]
author-avatar
天秤蜗牛666
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有