Top 5 Responsive Website Design Tools for Designers

The most essential factor that can not be ignored while creating a website is a responsive design. You will come across a number of benefits of using websites for big and small business owners. And in this digital era, your business can not survive for … more Read More

Creating Generative Patterns with The CSS Paint API

The browser has long been a medium for art and design. From Lynn Fisher’s joyful A Single Div creations to Diana Smith’s staggeringly detailed CSS paintings, wildly creative, highly skilled developers have — over the years — continuously pushed web technologies … more Read More

A Vue wrapper for HubSpot Forms

HubSpot Vue Form A Vue wrapper for HubSpot Forms Usage npm install @jagaad/vue-hubspot-form <script setup> import HubspotForm from “@jagaad/vue-hubspot-form”; </script> <template> <HubspotForm @ready=”onReady” … more Read More

Import types in Vue SFC for defineProps

vite-plugin-vue-type-imports Enables you to import types and use them in your defineProps and defineEmits ⚠️ This Plugin is still in Development and there may be bugs. Use at your own risk. Install # Install Plugin npm i -D vite-plugin-vue-type-imports … more Read More