tailwind-css-instagram-filters
v1.1.0
Published
A Tailwind CSS plugin, that adds 44 Instagram like filter utility classes.
Maintainers
Readme
tailwind-css-instagram-filters
A Tailwind CSS plugin, that adds 44 Instagram like filter utility classes.
Installation
npm install tailwind-css-instagram-filters
Import tailwind-css-instagram-filters.css in your stylesheet:
@import "./path/to/node_modules/tailwind-css-instagram-filters/tailwind-css-instagram-filters.css";Usage
<div class="filter-1977">
<img src="some.jpg" alt="Description">
</div>Caution
This plugin uses pseudo elements (::before, ::after) in order to add colored overlays to the elements you apply the filters to. This is necessary to achieve the desired effect, but it also comes with 2 downsides:
- If you apply these filters to elements that already use pseudo elements for styling, you may encounter unexpected results or conflicts in the styling.
- Some elements like
<img>or<video>are not designed to have pseudo elements applied to them. You will have to apply the filter on a wrapping element instead, which may require additional markup and styling adjustments.
List of filters
| Name | Utility class |
| -------- | ------- |
| 1977 | .filter-1977 |
| Aden | .filter-aden |
| Amaro | .filter-amaro |
| Ashby | .filter-ashby |
| Brannan | .filter-brannan |
| Brooklyn | .filter-brooklyn |
| Charmes | .filter-charmes |
| Clarendon | .filter-clarendon |
| Crema | .filter-crema |
| Dogpatch | .filter-dogpatch |
| Earlybird | .filter-earlybird |
| Gingham | .filter-gingham |
| Ginza | .filter-ginza |
| Hefe | .filter-hefe |
| Helena | .filter-helena |
| Hudson | .filter-hudson |
| Inkwell | .filter-inkwell |
| Kelvin | .filter-kelvin |
| Juno | .filter-juno |
| Lark | .filter-lark |
| Lofi | .filter-lofi |
| Ludwig | .filter-ludwig |
| Maven | .filter-maven |
| Mayfair | .filter-mayfair |
| Moon | .filter-moon |
| Nashville | .filter-nashville |
| Perpetua | .filter-perpetua |
| Poprocket | .filter-poprocket |
| Reyes | .filter-reyes |
| Rise | .filter-rise |
| Sierra | .filter-sierra |
| Skyline | .filter-skyline |
| Slumber | .filter-slumber |
| Stinson | .filter-stinson |
| Sutro | .filter-sutro |
| Toaster | .filter-toaster |
| Valencia | .filter-valencia |
| Vesper | .filter-vesper |
| Walden | .filter-walden |
| Willow | .filter-willow |
| xPro II | .filter-xpro-ii |
Live Demo
https://play.tailwindcss.com/UY8KXk27Hb?layout=preview
Preview

