
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
A tailwind plugin to make the website building in react alittle less tough and simple
A beautiful Tailwind CSS plugin to make React website building less tough and more magical ✨
This plugin adds stunning animations, glass morphism effects, gradient utilities, and interactive components to supercharge your React + Tailwind CSS projects.
Install the plugin from npm:
npm install tlwdreact
Then add the plugin to your tailwind.config.js file:
// tailwind.config.js
module.exports = {
plugins: [
require('tlwdreact'),
],
};
.animate-bounce-gentle - A subtle bouncing animation.animate-pulse-glow - A glowing pulse effect with blue shadows.animate-rotate-slow - Slow 360° rotation animation.glass-card - Beautiful glassmorphism effect with backdrop blur.gradient-text - Animated gradient text that shifts colors.floating-card - Elevated card with hover animations.btn-magical - Gorgeous gradient button with hover effects and shine animation.logo-container - Container that scales logos on hover// Gentle bouncing element
<div className="animate-bounce-gentle">
Bouncing content
</div>
// Glowing button
<button className="animate-pulse-glow bg-blue-500 text-white px-4 py-2 rounded">
Glowing Button
</button>
// Rotating icon
<div className="animate-rotate-slow">
🔄
</div>
<div className="glass-card rounded-lg p-6">
<h2 className="text-white text-xl font-bold">Glass Card</h2>
<p className="text-white/80">Beautiful glassmorphism effect</p>
</div>
<h1 className="gradient-text text-4xl font-bold">
Amazing Gradient Text
</h1>
<button className="btn-magical">
Click Me!
</button>
<div className="floating-card">
<h3 className="text-xl font-semibold mb-2">Feature Card</h3>
<p className="text-gray-600">This card floats up on hover</p>
</div>
<div className="logo-container">
<img src="logo.png" alt="Logo" className="logo w-16 h-16" />
</div>
This plugin generates the following CSS utilities and components:
@keyframes bounce-gentle - Subtle vertical bounce@keyframes pulse-glow - Blue glow pulsing effect@keyframes rotate-slow - 360° rotation in 2 seconds@keyframes gradient-shift - Background position animation for gradients.animate-bounce-gentle - Apply gentle bounce animation.animate-pulse-glow - Apply glow pulse animation.animate-rotate-slow - Apply slow rotation animation.glass-card - Glassmorphism effect with backdrop blur.gradient-text - Animated gradient text effect.btn-magical - Interactive gradient button with shine effect.logo-container - Container for logo hover effects.floating-card - Elevated card with hover animationsThis plugin uses modern CSS features including:
backdrop-filter (for glass effects)background-clip: text (for gradient text)Make sure your target browsers support these features, or provide appropriate fallbacks.
Contributions are welcome! Please feel free to submit a Pull Request.
tlwdreact is licensed under the MIT License.
Created to make React + Tailwind development more magical and less repetitive.
FAQs
A tailwind plugin to make the website building in react alittle less tough and simple
The npm package tlwdreact receives a total of 0 weekly downloads. As such, tlwdreact popularity was classified as not popular.
We found that tlwdreact demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.