All Projects → MehdiKhoshnevisz → vue-splash

MehdiKhoshnevisz / vue-splash

Licence: MIT license
splash plugin for vue js

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-splash

Splashy
Splash screen library for Android
Stars: ✭ 112 (-6.67%)
Mutual labels:  splash, splash-screen
ReactNativeStarterKits
Agiletech React Native Starter Kits
Stars: ✭ 21 (-82.5%)
Mutual labels:  splash, splash-screen
SplashScreen
A demo project showcasing different methods to create splash screen in Android and discusses the details in the companion Medium article.
Stars: ✭ 37 (-69.17%)
Mutual labels:  splash, splash-screen
shitload
The appropriate bullgit loading animation
Stars: ✭ 15 (-87.5%)
Mutual labels:  loading
CustomProgress
一款常见的进度条加载框架
Stars: ✭ 32 (-73.33%)
Mutual labels:  loading
blazor-lazy-loading
Automatic Lazy Loading support for Blazor (Server and WebAssembly)
Stars: ✭ 89 (-25.83%)
Mutual labels:  loading
react-apollo-mutation-state
A React HOC wrapper for Apollo GraphQL mutation, provides loading and error in props
Stars: ✭ 16 (-86.67%)
Mutual labels:  loading
magikarp
[Work in Progress] Splash Screens for Android
Stars: ✭ 19 (-84.17%)
Mutual labels:  splash-screen
ngx-loading-mask
Angular 5+ simple loading-mask ui component.
Stars: ✭ 22 (-81.67%)
Mutual labels:  loading
SSSwiftUISpinnerButton
SSSwiftUISpinnerButton is a collection of various spinning animations for buttons in SwiftUI.
Stars: ✭ 37 (-69.17%)
Mutual labels:  loading
XLDotLoading
iOS 新浪微博红包加载动画
Stars: ✭ 30 (-75%)
Mutual labels:  loading
jh-weapp-demo
微信小程序项目- 实现一些常用效果、封装通用组件和工具类
Stars: ✭ 60 (-50%)
Mutual labels:  loading
react-data-fetching-components
♻️ Asynchronously load data for your React components with SSR
Stars: ✭ 13 (-89.17%)
Mutual labels:  loading
react-loading-placeholder
Loading placeholer, inspired by Facebook
Stars: ✭ 17 (-85.83%)
Mutual labels:  loading
loading-indicator
🚦 Simple and customizable command line loading indicator
Stars: ✭ 18 (-85%)
Mutual labels:  loading
GradientLoading
No description or website provided.
Stars: ✭ 12 (-90%)
Mutual labels:  loading
FlowerLoading
🌻 Android loading or progress view, just like iOS IndicatorView.
Stars: ✭ 31 (-74.17%)
Mutual labels:  loading
retropiesplashscreen
Splashscreen Randomizer for Retropie!
Stars: ✭ 19 (-84.17%)
Mutual labels:  splash-screen
dlib
Dynamic loading library for C/C++
Stars: ✭ 19 (-84.17%)
Mutual labels:  loading
RxPagingLoading
Easy handling of the Paging or Loading screens states
Stars: ✭ 45 (-62.5%)
Mutual labels:  loading

Vue Splash

Splash Your App Logo 💦

show the splash, until your app is loaded...

Demo

see demo

Installation

npm i vue-splash

Usage

Plugin install:

import Vue from 'vue';
import VueSplash from 'vue-splash';

Vue.use(VueSplash);

Import in template:

<template>
  <vue-splash
    :show="true"
    :logo="logo"
    title="Your Magnificent App Name"
    color="#00bfa5"
    :size="300"
    :fixed="true"
  />
</template>

<script>
import YourLogo from "<Your Magnificent Logo Path>";

export default {
  name: "YourMagnificentVueComponent",
  computed: {
    logo() {
      return YourLogo;
    }
  }
}
</script>

Props

name type default description
show Boolean true decide to show component
logo String https://svgshare.com/i/NRE.svg image source to load your logo
title String Your Magnificent App Name define app name
custom-text String write your custom text or html instead of title prop
color String #00bfa5 define splash color
size String, Number 180 define splash logo size (px)
fixed Boolean true fixed to full screen
background-color String set background color (it works if the "fixed" property is set to true)

Support

If you like this plugin and want to support me to make more plugins and apps like this, you can pay me with SOL
My SOL wallet: 4BjqDB5hGmZVkiRuBa5JkhceLVaTokYg4Gqe4fkV6Lby.
Also you can buy me a coffee :)

License

This project is licensed under the MIT License - see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].