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

https://github.com/stephtr/tailwind-breakpoint-indicator-plugin


https://github.com/stephtr/tailwind-breakpoint-indicator-plugin

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tailwind breakpoint indicator plugin

This Tailwind plugin displays a small screen size indicator:
![Screenshot with the plugin in use](https://github.com/stephtr/tailwind-breakpoint-indicator-plugin/raw/main/screenshot.png)

## Installation

```bash
npm install tailwind-breakpoint-indicator-plugin
```

## Quick Start

Just add the following to your `tailwind.config.js`:

```js
module.exports = {
// ...
plugins: [
// ...
require("tailwind-breakpoint-indicator-plugin"),
],
};
```

## Credits

This plugin was inspired by a [Gist from Lelectrolux](https://gist.github.com/Lelectrolux/8f9a78491a5c9617078a73c091e01415)