Vue 3-loading-shimmer - Glimmer Loading result for Vue 3 #.\n\nAn adjustable Vue 3 element for producing loading shimmer effects.\nDocumentation.\n\nAttributes.\nCustomizable background shade.\nPersonalized shimmer color.\nCustomizable opportunity duration.\nCustomizable path.\nInstallment and also utilization.\nnpm put up vue3-loading-shimmer-- conserve.\nYou can easily use register it around the world like this:.\nbring in createApp from \"vue\".\nbring in Application from \".\/ App.vue\".\nbring in vue3LoadingShimmer from \"vue3-loading-shimmer\".\n\nconst application = createApp( App).\n\napp.component(\" vue3-loading-shimmer\", vue3LoadingShimmer).\nat that point use it this in your component:.\n\nConversely, you can use it straight:.\n\n\n\n\n\n\n\n\n\nBrowser along with CDN.\n\n\nconst createApp = Vue.\nconst Application = \n\/\/ Component code ...\n.\nconst app = createApp( Application).\napp.component(\" Shimmer\", Vue3LoadingShimmer).\napp.mount(\" #app\").\nAccessible Props.\nSet.\nDescription.\nKind.\nNonpayment.\nDemanded.\nbgColor.\nHistory colour of the wrapper.\nCord.\n\" #d 3d3d3\".\ninaccurate.\nshimmerColor.\nColour of the glimmer effect (NECESSITY BE IN HEX-FORMAT) e.g: \"#RRGGBB\" or \"#RGB\".\nCord.\n\"
ffffff".misleading.duration.Timeframe of the glimmer animation in nanoseconds.Variety.1400.inaccurate.direction.Path of the shimmer impact." left-to-right", "right-to-left", "top-to-bottom", "bottom-to-top"." left-to-right".misleading.Customize the element through leveraging these props to satisfy your specific needs.Github.View Github.
Articles You Can Be Interested In