Add Variants and Loading to your Button! Build a React Component Library with Tailwind CSS & Next.js

Add Variants and Loading to your Button! Build a React Component Library with Tailwind CSS & Next.js

Build SaaS with Ethan

1 год назад

5,401 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ethan_mick
@ethan_mick - 05.05.2023 16:03

Keep your Tailwind CSS code hinting with this snippet. Add it to your VS Code `settings.json`:

"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
]

Sorry, I totally forgot to mention this!! Shame on me, lol.

Ответить
@user-qs5md2lc8m
@user-qs5md2lc8m - 24.01.2024 16:23

tailwind merge is fun until you add something custom in your config, then god bless you

Ответить
@nickwoodward819
@nickwoodward819 - 24.07.2023 16:43

Obviously American, but there's an accent creeping in here. Secret Brit? :)

Ответить
@user-rw1vs8dq6k
@user-rw1vs8dq6k - 27.05.2023 04:37

hello friend, do you have a tutorial on how to create a saaS from scratch with roles in Next.js

Ответить
@ronaldpaek
@ronaldpaek - 22.05.2023 01:07

Can you make a tutorial teaching people how to set up an initial style guide for a project based of a Figma design / spec?

Ответить
@DanteMishima
@DanteMishima - 15.05.2023 01:17

No. Show us the code where you use the variants

Ответить
@shakhruzrakhmatov2285
@shakhruzrakhmatov2285 - 13.05.2023 09:04

Hey Ethan huge thanks for all these tutorials!
Since you do you tutorials with App Directory it would be really useful if you could demonstrate Routing features of App router like parallel routing, intercepting routing and all that staff along with role based access to these routes if possible!
Anyways, Huge thanks, and love your tutorials!

Ответить
@raphauy
@raphauy - 07.05.2023 19:28

Fantastic!!!

Ответить
@mkroven
@mkroven - 05.05.2023 13:20

thank you, at last I got how typescript deals with forwardRef.

Ответить
@TheGaoNan
@TheGaoNan - 05.05.2023 09:17

Another great video, you are bringing a lot of value, can't wait to see the channel grow and grow!
Thank you!

Ответить
@Showmatic
@Showmatic - 05.05.2023 08:32

Great video. For accessibility, I use react-aria and it works fantastic.

Ответить
@raivikas200
@raivikas200 - 05.05.2023 07:39

Great tutorial, that the thing which I was waiting for 🔥🔥.

Can you also try to make more components maybe which are more commonly used like input fields, modals alert, toast notification .

Ответить
@codernerd7076
@codernerd7076 - 04.05.2023 23:26

Part 2 is finally here, but doesn't this break Tailwind code hinting 😢

Ответить