---
title: Use daisyUI from CDN
desc: How to use daisyUI from a CDN?
---
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
daisyui.css includes light and dark themes. For other themes, add themes.css file as well:
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/themes.css" rel="stylesheet" type="text/css" />
<link href="{$combinedUrl}" rel="stylesheet" type="text/css" />
{:else}
Combined and compress into one CSS file, hosted on the fastest CDN
{#each data.groupedFiles as group}