Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naoray/tailwind-caret-color

Tailwindcss plugin to color caret in input fields
https://github.com/naoray/tailwind-caret-color

caret plugin postcss tailwindcss

Last synced: about 1 month ago
JSON representation

Tailwindcss plugin to color caret in input fields

Awesome Lists containing this project

README

        

# Caret Color - TailwindCSS Plugin

[![npm](https://img.shields.io/npm/v/tailwind-caret-color.svg?style=flat-square)](https://www.npmjs.com/package/tailwind-caret-color)
[![npm](https://img.shields.io/npm/dt/tailwind-caret-color.svg?style=flat-square)](https://www.npmjs.com/package/tailwind-caret-color)

This plugin generates classes for coloring carets using `caret-color: #;`.

## Installation

Pull it in through npm or yarn:

```bash
npm install tailwind-caret-color
```

```bash
yarn add tailwind-caret-color
```

## Usage

Add it to the plugins array of your Tailwind config.

```js
plugins: [
// Other plugins
require('tailwind-caret-color')(),
],
```

For each color in `colors` config of tailwind a `caret-{color}` class is created, analog to `bg-` and `text-` classes.

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).