Rishi Uttam

Results 38 issues of Rishi Uttam

Which one is REACT, VUE AND other front end frameworks using?

The document states here with data-clarity-unmask="True" on any div the div and its children will be unmasked. However when inserting data-clarity-unmask="True" on a top level root div, none of the...

What is the best way to remove the module as it does inject code to main.js file as well as vue.config.js. I have removed the code in these two files,...

I've tried to embed an svg file after uploading but it fails to display in both chrome and safari, i am pretty sure i didn't get the path wrong, please...

Font awesome supports tags like `pulse` `spin` which are wrappers around active css classes? Would iconify support the same? Thanks Rishi

Would it be possible to use with nuxt 3? I created a plugins folder and a fie called vue-nav.js ``` import Vue from 'vue' import navBar from 'vue-navigation-bar' Vue.component('navBar', navBar)...

The docs say i can keep them in assets/image and change the config in nuxt.config by image: { dir: 'assets/images', } this works locally in dev mode. But when deploying...

### Environment Nuxt 3.0.0-rc.10-27718444.40d0907 with Nitro 0.5.2-27718085.c24dbcf Cloudflare pages with functions ### Reproduction https://stackblitz.com/edit/github-dxg5qg?file=server/api/customer.get.js ### Describe the bug Deployment of my Nuxt 3 app that contains following folder server folder...

Font awesome supports tags that animate the icon spin & pulse are some examples. Anyway we can support these? Thanks

When extending, is it possible to animate table? Would it also be possible to do inline editing? Tkx