From f894683eae27541d762a41e684053eeec19ec029 Mon Sep 17 00:00:00 2001 From: andyl Date: Sun, 6 Jul 2025 20:12:37 -0700 Subject: [PATCH] Add instructions for installing DaisyUI DaisyUI works well with Tailwind4 and Tableau. Following these instructions, both the CSS and JS work in Tableau. --- priv/templates/tailwind/assets/css/site.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/priv/templates/tailwind/assets/css/site.css b/priv/templates/tailwind/assets/css/site.css index 73a943c..71eb622 100644 --- a/priv/templates/tailwind/assets/css/site.css +++ b/priv/templates/tailwind/assets/css/site.css @@ -1 +1,14 @@ @import "tailwindcss" + +/* +DaisyUI (http://daisyui.com) provides useful components that can +help to build faster with Tableau and Tailwind. + +To install DaisyUI, first run the command `npm i -D daisyui@latest`. + +Then uncomment the @plugin line below. + +More info: https://daisyui.com/docs/install/ +*/ + +/* @plugin "daisyui"; */