Skip to content

Web Code Flow

  • Home
  • Featured Categories
    • Accordion
    • Animation Plugins
    • Bootstrap
    • Buttons
    • Chart & Graphs Plugins
    • Date & Time
    • Form Plugins
    • Frameworks
    • Masonry
    • Menu Plugins
    • Pagination
    • Progress Bar
    • Sidebar
    • slideshow
    • Table Plugins
    • Timeline
    • Tooltip
    • WYSIWYG Editors
  • Code Snippets
    • Angular
    • CSS & CSS3
    • HTML & HTML5
    • Current Page Parent Javascript
    • Jquery Scripts
    • Current Page Parent Vue
  • Most Popular
    • Best Free Accordion Library
    • Top Best Autocomplete Libraries
    • Best JavaScript Calendar Libraries 2023
    • Best JavaScript Chart & Graphs Plugins
    • Top Javascript And jQuery Color Picker Plugins
    • Latest Best JavaScript Countdown Timer Plugins
    • Best Carousel Slider Plugins with Demos
    • Best JavaScript Data Table Libraries 2023
    • Date and Time Picker Widgets 2023
    • Advanced Drag And Drop Libraries
    • Best Free Dropdown Select Plugins
    • Top JavaScript and JQuery File Upload Libraries
    • 7 Best Free Form Wizard Libraries
    • New Free JavaScript Photo Gallery Libraries
    • Best Free Icons & Symbols Libraries
  • Contact Us

Splash App Icon Logo Until App Is Loaded For Vuejs

vue-splash-screen-app-logo

Vue Splash is a great plugin for Vue.js that publishes your app’s logo until the app is fully loaded.

app icon generator, splash screen react native example, splash screen icon size android, vuejs native app icon and splash screen

Created Simulates Inspired Loading Animation Effect In JavaScript | Atom.io

How to make use of it:

Install and download:

# NPM
$ npm i vue-splash --save

1. Import and register Vue Splash.

import Vue from 'vue';
import VueSplash from 'vue-splash';
Vue.use(VueSplash);

2. Add the Vue Splash component to the template.

<template>
  <vue-splash
    :show="true"
    :logo="logo"
    title="Your App Name"
    color="#00bfa5"
    :size="180"
    :fixed="true"
  />
</template>
export default {
  name: "YourVueComponent",
  computed: {
    logo() {
      return YourLogo;
    }
  }
}

3. All props are default.

show: {
  type: Boolean,
  default: true,
},
logo: {
  type: String,
  default: "https://svgshare.com/i/NRE.svg",
},
title: {
  type: String,
  default: "",
},
customText: {
  type: String,
  default: "",
},
color: {
  type: String,
  default: "#00bfa5",
},
size: {
  type: [Number, String],
  default: 180,
},
fixed: {
  type: Boolean,
  default: true,
},

Props

nametypedefaultdescription
showBooleantruedecide to show component
logoStringhttps://svgshare.com/i/NRE.svgimage source to load your logo
titleStringYour Magnificent App Namedefine app name
custom-textString write your custom text or html instead of title prop
colorString#00bfa5define splash color
sizeString, Number180define splash logo size (px)
fixedBooleantruefixed to full screen
background-colorString set background color (it works if the “fixed” property is set to true)

Splash App Logo Until App Is Loaded, Vue Splash Plugin/Github


See Demo And Download

Demo
Download

Official Website(MehdiKhoshnevisz): Click Here

This superior jQuery/javascript plugin is developed by MehdiKhoshnevisz. For extra Advanced Usages, please go to the official website.

Tags: app iconloadinglogoMehdiKhoshneviszsplashsplash screen iconsplash-screenvue-splash

February 27, 2022 by webcodeflow Icons Javascript Loading Vue WebCodeFlow

Popular Posts

  • How to Add Floating Whatsapp Chat Button In HTML | venom-button 17.9k views
  • How to Create a Simple Cookie Banner Consent Using Bootstrap 4 11.4k views
  • Confetti Falling Animation Effect In JavaScript | party.js 9.7k views
  • [Offcanvas] Simple and Modern Multi-Level Sidebar Menu on Bootstrap 4 9.6k views
  • Bootstrap 5 Treeview Dynamically Collapsible | bs5treeview 9.2k views
  • Google Translate Dropdown Customize With Country Flag | GT API 9k views
  • A Simple Infinite Image Carousel Using Pure Javascript 7.9k views
  • Responsive Bootstrap 4 Multi-Level Dropdown Menu Plugin 7.7k views
  • Dark & Light Switch Mode Toggle for Bootstrap 5 7.6k views
  • Simple and Lightweight Vertical 3-Dot Context Menu 7.5k views

Popular Topics

Accordion angular animation Bootstrap browser calendar canvas Carousel carousel slider charts date picker dialog directive drag and drop Draggable dropdown element framework gallery Image lightbox loading menu modal modal dialog modal popup modal window navigation notification popup progress bar responsive SCROLL scrolling select slider Slideshow sortable svg table text Toast Tooltip TypeScript vue-component

About Web Code Flow

All code published on WebCodeFlow is open source and distributed under an OSD-compliant (MIT) license that grants all rights to use, study, learn, read, change, and share the software in modified and unmodified form. Before publishing, we test and review each code snippet to avoid errors, but we cannot guarantee the complete correctness of all content.

  • About Us
  • Privacy Policy
  • Disclaimer
  • DMCA
  • Contact

Web Code Flow © 2023. All Rights Reserved.