Anyone have recommendations for good Figma UI kits that import well over to WeWeb via the plugin?
Hey @mino 
I’m not super familiar with Figma UI kits but think you might enjoy Coffee Stack, Glean UI or Neptune UI on the marketplace 
              
              
              1 Like
            
            
          @Micah has stackpack.io 
              
              
              4 Likes
            
            
          nice! @Micah how did you create the input validation that displays onblur i.e. when I click outside the input? using the input’s onblur event and then changing a variable that fires the condition inside the conditional rendering on the text and the class for the red border?
              
              
              2 Likes
            
            
          You’re on the right track!
I built a custom no-code validation system that makes validation a lot easier. On blur usually isn’t enough because it doesn’t correctly catch on page load if you also have an initial value.
              
              
              3 Likes
            
            
          Thank you @Micah for the quick reply and the screenshot!

