daisy-ext: Additional shades for DaisyUI colors #3258
nfaucher8
started this conversation in
Show and tell
Replies: 1 comment
-
Wow this looks cool! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, just wanted to share a library I have been working on that extends the DaisyUI color palette by adding shades to each of the DaisyUI colors. It does this by using color-mix to combine existing DaisyUI colors and create new ones. This means it doesn't require any additional colors to be added to themes and works with existing themes without having to modify them.
I setup a demo site that shows the colors added and gives some examples of how the library could be used here: https://nfaucher8.github.io/daisy-ext-demo
You can check out the GitHub repository for the library here: https://github.com/nfaucher8/daisy-ext
If you want to try out the library for yourself you can get it from npm under the name
daisy-ext
https://www.npmjs.com/package/daisy-extFeel free to give it a try and hopefully someone might find it useful!
Beta Was this translation helpful? Give feedback.
All reactions