0.3.2 • Published 9 months ago

whitedark-daisyui v0.3.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

whitedark-daisyui

DaisyUI + Tailwindcss Components for nextjs 14 App Router

npm i whitedark-daisyui daisyui next-themes clsx

Add to your css file

@tailwind base;
@tailwind components;
@tailwind utilities;

/* For DaisyUi Component Customizing*/
.btn {
  @apply h-10 min-h-10 min-w-10 rounded-full;
}
.btn-circle {
  @apply w-10;
}
.btn-wide {
  @apply w-auto min-w-32 lg:min-w-36;
}
/* For Navbar Links */
.menu > li > a {
  @apply rounded-full;
}
.card-compact {
  @apply rounded-lg;
}
.join-border-0 > .join-item {
  @apply !border-0;
}
.join-bordered {
  @apply border;
}
.join-vertical > .join-item {
  @apply border-0 border-b border-inherit;
}
.join-vertical :last-child {
  @apply border-b-0;
}
.join-horizontal > .join-item {
  @apply border-0 border-r border-inherit;
}
.join-horizontal :last-child {
  @apply border-r-0;
}
/**For Bug Fix - Nested Join-items**/
.join :not(:first-child):not(:last-child) {
  @apply !rounded-none;
}
0.3.2

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.17

9 months ago

0.2.16

9 months ago

0.2.15

9 months ago

0.2.14

9 months ago

0.2.13

9 months ago

0.2.12

9 months ago

0.2.11

9 months ago

0.2.10

9 months ago

0.2.8

9 months ago

0.2.7

9 months ago

0.2.6

9 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.23

10 months ago

0.1.22

10 months ago

0.1.21

10 months ago

0.1.20

10 months ago

0.1.19

10 months ago

0.1.18

10 months ago

0.1.17

10 months ago

0.1.16

10 months ago

0.1.15

10 months ago

0.1.14

10 months ago

0.1.13

10 months ago

0.1.12

10 months ago

0.1.11

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.34

10 months ago

0.0.33

10 months ago

0.0.32

10 months ago

0.0.31

10 months ago

0.0.30

10 months ago

0.0.29

10 months ago

0.0.28

11 months ago

0.0.27

11 months ago

0.0.26

11 months ago

0.0.25

11 months ago

0.0.24

11 months ago

0.0.23

11 months ago

0.0.22

11 months ago

0.0.21

11 months ago

0.0.20

11 months ago

0.0.19

11 months ago

0.0.18

11 months ago

0.0.17

11 months ago

0.0.16

11 months ago

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago