remark-frontmatter-starter
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
title: | Install daisyUI as a Tailwind plugin | |||
---|---|---|---|---|
desc: | How to install daisyUI as a Tailwind CSS plugin via NPM for deno? | |||
date: | 2025-04-18T00:00:00.000Z | |||
tags: |
|
You need Node.js and Tailwind CSS installed.
- Install daisyUI as a Node package:
import npm:daisyui@latest
- Add daisyUI to css:
@import "tailwindcss";
@plugin "daisyui";
Now you can use daisyUI class names!