
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
tailwindcss-textglow
Advanced tools
A Tailwind CSS v3.0+ plugin to add glow effects with customizable blur sizes and colors.
Tailwind CSS TextGlow is a simple yet powerful plugin that lets you add text glow effects to your Tailwind CSS v3.0+ projects. Customize blur sizes and glow colors to create vibrant and eye-catching designs.
glow-sm
, glow-lg
, etc.).glow-blue-500
, glow-red-300
, etc.).This project is inspired by ycs77/tailwindcss-glowing. Special thanks to its creator for the idea of adding glowing effects to Tailwind CSS.
Install the plugin using npm or yarn:
npm i -D tailwindcss-textglow
# or yarn
yarn add -D tailwindcss-textglow
Add the plugin to your tailwind.config.js
:
const textGlow = require('tailwindcss-textglow');
module.exports = {
plugins: [textGlow],
};
Use the utilities in your HTML or components:
<h1 class="glow-lg glow-blue-500">
Glowing Text Example
</h1>
Use the following utilities for controlling blur size:
Class | Blur Size |
---|---|
glow-sm | 2px |
glow | 4px (Default) |
glow-md | 6px |
glow-lg | 10px |
glow-xl | 15px |
glow-2xl | 25px |
glow-3xl | 35px |
Apply any Tailwind color as the glow color:
glow-red-500
glow-blue-400
glow-green-300
<div class="text-4xl font-bold glow-xl glow-purple-600">
Glowing Text Example
</div>
This project is licensed under the MIT License.
Enjoy crafting glowing text with Tailwind CSS TextGlow Plugin! ✨
FAQs
A Tailwind CSS v3.0+ plugin to add glow effects with customizable blur sizes and colors.
We found that tailwindcss-textglow demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.