GitHunt
WE

weilkss/react-vue-loading

适用于vue、react的loading谷歌加载组件,Loading Google load component for Vue and react

react-vue-loading

适用于 React Vue 的 loading 组件


👋 react-vue-loading homepage

引入

$ npm install react-vue-loading --save
# or
$ yarn install react-vue-loading --save

React 使用

import RVloading from 'react-vue-loading';

class Example extends Component {
  render() {
    return (
      <div className="example">
        <RVloading />
      </div>
    );
  }
}

Vue 使用

//mian.js
import RVloading from 'react-vue-loading';
Vue.use(RVloading);

//Example.vue
<template>
  <div class="example">
    <RVloading />
  </div>
</template>;

Props

属性 默认值 数据类型
size 24 number string
color #2396fa string

示例

<RVloading size='32' color='#2396fa'/>
// or
<RVloading size={32} color='red'/>

download

> git clone https://github.com/weilkss/react-vue-loading.git
> npm i
> npm run build

Languages

JavaScript85.8%Vue13.8%TypeScript0.4%

Contributors

Apache License 2.0
Created February 18, 2019
Updated July 15, 2020