n-for-all / live-tailwind-alpine-preview

Live HTML Previewer with Tailwind Support
https://invision.ae
0 stars 1 forks source link

Live HTML Previewer with Tailwind Support

This extension allows you to preview html files with TailwindCSS and AplineJS support in VS Code itself.

Features

window.addEventListener('DOMContentLoaded', function () {
    tailwind.config = {
        darkMode: 'class',
        prefix: 'tw-',
    }
});

Side preview with live editing (Tailwind and Alpinejs support)

IDE

Side preview with aplinejs support

IDE

Full page preview

Usage

If a HTML file is open, an icon is displayed on the Status Bar in bottom left. Click on it for side preview.

Changelog

1.0.8, fixes and changes (2024-10-15)

1.0.5 (2024-06-12)

Changes