Тёмный

How to Create Themes with Tailwind CSS 

Skies Dev
Подписаться 969
Просмотров 9 тыс.
50% 1

Опубликовано:

 

11 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 27   
@clarke6808
@clarke6808 9 дней назад
Awesome - just what i needed,,, cheers
@phil5293
@phil5293 10 месяцев назад
Just what I needed. This is amazing. Thank you.
@SkiesDev
@SkiesDev 10 месяцев назад
Glad it helped
@i701Dev
@i701Dev 2 года назад
Damn nice tutorial.
@SkiesDev
@SkiesDev 2 года назад
Thank you, I’m glad you liked it.
@lorenzoweffort2721
@lorenzoweffort2721 6 месяцев назад
I found your video incredibly helpful, thank you. I have a question though, in your example is possible to change the theme on the same page, I'm struggling to implement this functionality on other page, (ie toggleTheme.tsx) to load on the whole app the moment it changes the color. Currently, the theme updates across the entire app only upon page refresh, rather than dynamically. Do you happen to have a project that addresses this, or could you enlighten me on how to do it?
@SkiesDev
@SkiesDev 6 месяцев назад
Good question. You may want to have your theme set up high up in your React tree, and use the Context API to share the theme's setting across pages. react.dev/learn/passing-data-deeply-with-context
@lorenzoweffort2721
@lorenzoweffort2721 6 месяцев назад
@@SkiesDev Fun fact I was doing some research last week and found out that in fact useContext is better suited for this case. Thanks bro
@navidshahed9120
@navidshahed9120 4 месяца назад
Thank you sooooo much!
@SkiesDev
@SkiesDev 4 месяца назад
You’re welcome. Thanks for watching
@dilgarda
@dilgarda Год назад
This video helped me a lot, thank you.
@SkiesDev
@SkiesDev Год назад
Glad it helped! Thanks for the feedback.
@anahiarguello
@anahiarguello Год назад
and I love the tutorial, I hope work on my project
@SkiesDev
@SkiesDev Год назад
Thanks! Glad you liked it. Good luck with your project. Let me know how it goes.
@thesyd1982
@thesyd1982 5 месяцев назад
i hope you the best
@SkiesDev
@SkiesDev 4 месяца назад
🙏
@GreedHo-h1c
@GreedHo-h1c Год назад
Thank you!
@augustineonyekachiadmiora9015
@augustineonyekachiadmiora9015 10 месяцев назад
well skies. I'm from Nigeria. what if i wanted to use a color palette to randomly selected. anything colors what then do i do ? in your case you only did an array of three colors const colors = ['green', 'yellow', 'red`'] const modes = ['light', 'dark']
@SkiesDev
@SkiesDev 10 месяцев назад
I would probably handle this by defining all the colors you want to support, and use JavaScript to handle randomly selecting from the list of colors you support.
@268snake
@268snake Год назад
why do styles like bg-primary-400 not work? is it something i set up wrong or should i do something else?
@SkiesDev
@SkiesDev Год назад
Can you share a small example Gist?
@notfadeaway6617
@notfadeaway6617 Год назад
i never kned className can use filter method. thanks!
@SkiesDev
@SkiesDev Год назад
👍🏻 it’s a handy way to clean up long strings of classes
@md.mohiulislam6516
@md.mohiulislam6516 Год назад
why not in config file only for define theme? why you use css variable?
@SkiesDev
@SkiesDev Год назад
Because using the CSS variables allows you to change the themes dynamically. As far as I know, there's not a way to do this in the Tailwind config alone.
@md.mohiulislam6516
@md.mohiulislam6516 Год назад
@@SkiesDev what do you mean by dynamicaly? what is dynamic theme changing?
@SkiesDev
@SkiesDev Год назад
@@md.mohiulislam6516 Like in the video how I can create buttons that let the user change the theme in the app.
Далее
The Advanced TailwindCSS Crash Course
37:39
Просмотров 15 тыс.
How the PROS Use Tailwind
9:55
Просмотров 52 тыс.
Flipping Robot vs Heavier And Heavier Objects
00:34
Просмотров 15 млн
Tailwind CSS V4 is SO Good!
8:51
Просмотров 35 тыс.
Avoid This Tailwind Mistake (Dynamic Classes)
6:18
Просмотров 23 тыс.
Tailwind-Merge Is Incredibly Useful - And Here's Why!
12:58
How to Setup Shadcn UI + Themes in NextJs 14
25:39
Просмотров 32 тыс.
Top 10 Tips and Tricks with Tailwind CSS
23:45
Просмотров 89 тыс.
Dark mode with TailwindCSS in under 7 minutes
6:58
Просмотров 37 тыс.