tailwindcss-assistant icon indicating copy to clipboard operation
tailwindcss-assistant copied to clipboard

Get assistance when developing projects with Tailwind CSS 🤖

Tailwind CSS Assistant

Get assistance when developing projects with Tailwind CSS 🤖

Tailwind CSS Assistant Example

✅ Small JavaScript package that helps you work with Tailwind CSS by...

  • Showing you the class names of the current element
  • Showing you the current breakpoint
  • Allowing you to toggle breakpoint classes
  • Allowing you to add new classes, including classes created using JIT

Install

CDN

<script
  defer
  src="https://unpkg.com/tailwindcss-assistant@latest/dist/assistant.min.js"
></script>

NPM/Yarn

npm i -D tailwindcss-assistant

yarn add -D tailwindcss-assistant
import assistant from 'tailwindcss-assistant'

document.addEventListener('DOMContentLoaded', () => {
  assistant()
})

Stats