SkillAgentSearch skills...

Twglow

A lightweight tailwind css plugin for making your elements glow

Install / Use

/learn @Abdify/Twglow
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="./.github/tailwindcss-mark.svg" alt="Tailwind CSS" width="108" height="66"> <h1>Tailwind CSS Glow</h1> <p>A tailwind css plugin for making your elements glow</p>

License

</div>

About

This is a tailwind css plugin for making your elements glow.

Features

  • Drama Effect: use the drama class. e.g. drama-green-500 drama-20

Drama Effect

  • Border Glow Effect: use the border-glow class. e.g. border-glow-blue-500

Border Glow Effect

  • Text Glow Effect: use the text-glow class. e.g. text-glow-blue-500

Border Glow Effect

  • More coming soon in sha Allah...

Getting started

Install the npm library

npm i -D twglow

Or, if you are using yarn:

yarn add -D twglow

Then add the plugin to your tailwind.config.js file:

import twGlow from "twglow";

export default {
  // ...
  plugins: [twGlow],
};

Or if you use common JS, then:

module.exports = {
  theme: {
    // ...
  },
  plugins: [require("twglow")],
};

Usage

Use the provided examples.

<!-- ## Configuration If your plugin is configurable, show users how to configure it. ```js // tailwind.config.js module.exports = { plugins: [ require("twglow")({ className: "", }), // ... ], }; ``` -->
View on GitHub
GitHub Stars16
CategoryDevelopment
Updated4mo ago
Forks2

Languages

JavaScript

Security Score

92/100

Audited on Dec 10, 2025

No findings