Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Nwanguma Victor
Nwanguma Victor

Posted on • Edited on

     

Quick Prototyping with Tailwind and DaisyUI

For quick prototyping I use Tailwind and DaisyUI CDNs.
Note: The order of the CDNs.

<linkhref="https://cdn.jsdelivr.net/npm/daisyui@1.25.4/dist/full.css"rel="stylesheet"type="text/css"/><linkhref="./theme.css"rel="stylesheet"/><linkhref="https://cdn.jsdelivr.net/npm/tailwindcss@2.2/dist/tailwind.min.css"rel="stylesheet"type="text/css"/>
Enter fullscreen modeExit fullscreen mode

To customize the default theme of DaisyUI, copy and paste the CSS variables intotheme.css.
Note: The colors are in HSL format.

/* theme.css */:root{--p:14052%55%;--pf:120100%25%;--pc:00%100%;--s:314100%47.1%;--sf:314100%37.1%;--sc:00%100%;--a:17460%51%;--af:17459.8%41%;--ac:00%100%;--n:21914.1%27.8%;--nf:22213.4%19%;--nc:00%100%;--b1:00%100%;--b2:21020%98%;--b3:21612.2%83.9%;--bc:21527.9%16.9%;--in:20789.8%53.9%;--su:174100%29%;--wa:36100%50%;--er:14100%57.1%;--border-color:var(--b3);--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:0.2s;--btn-text-case:none;--btn-focus-scale:0.95;--navbar-padding:0.5rem;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;}
Enter fullscreen modeExit fullscreen mode

For Theming
daisyUI comes with a number of themes, which you can use with no extra effort. Each theme defines a set of colors which will be used on all daisyUI elements. To use a theme, add data-theme attribute to your tag.

<htmldata-theme="light"></html>
Enter fullscreen modeExit fullscreen mode

Top comments(2)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
muhammadmoftah profile image
Muhammad-Moftah
Addicted To Coding 👨🏻‍💻JavaScript 💛Vuejs 💚😋 Cheese🧀, Burger 🍔, Coffee ☕ 😋Imagine Dragons 🎧
  • Joined
• Edited on• Edited

I used it with Vue / Nuxt Applications
It's simple and great 💚

CollapseExpand
 
kachidk profile image
Nwanguma Victor
🕊

I'm happy you found it useful

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

🕊
  • Location
    Lagos, Nigeria
  • Work
    Software Developer
  • Joined

More fromNwanguma Victor

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp