0.0.10 • Published 1 year ago

twglow v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

License

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.

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago