really love your work and tutorials. Very simple and well explained. Thanks from Afghanistan.
@azizbakirov5301 Жыл бұрын
best video thanks :)
@dcode-software Жыл бұрын
You're welcome 😎
@datawolk Жыл бұрын
Nice! Could you make a follow up on making toggle buttons/switches
@dcode-software Жыл бұрын
Hey no problem. Yes, that could be an idea!
@RomanFilenko Жыл бұрын
Great intro. Are you planning another series of videos about web components? Is it possible to just style button variants using data attr instead of applying class? Thanks
@dcode-software Жыл бұрын
Hey yeah I'll be making more content on web components. You could inject CSS through a data attribute but recommend against it - instead would be better to use classes or CSS variables to change the way a component looks
@Uncaught_in_promise Жыл бұрын
Are there any figma - to code project with lots of JS good stuff? For exmaple some e-commerce project with products API and deploying to vercel or netlify etc? Also some JS tricks
@dcode-software Жыл бұрын
Hmm. I'm not sure sorry
@MauroAgnoli4 ай бұрын
How to use all this component concepts in one file only... I mean.. To use this component we have to remember to import the script of the icons on the bottom of html document.. If you don't... The component will not work properly.. How to solve it?