Deno Fresh
Fresh is a web framework for Deno

Install daisyUI for Deno Fresh

How to install Tailwind CSS and daisyUI in a Deno Fresh project

1. Create a new Fresh project

Use jsr to initialize a new Fresh project in the current directory

deno run -Ar jsr:@fresh/init ./ --tailwind --vscode

2. Install daisyUI

Add daisyUI

deno i -D npm:daisyui@latest

Add daisyUI to your CSS file (and remove old styles)

static/styles.css
@import "tailwindcss";
@plugin "daisyui";

Now you can use daisyUI class names!

Run the dev server

deno task dev
Do you have a question? Ask on GitHub or Discord server
Do you like daisyUI? Post about it!
Support daisyUI's development: Open Collective
daisyUI store

NEXUS
Official daisyUI Dashboard Template

Available on daisyUI store

More details