0.0.40 • Published 4 years ago

react-awesome-skeleton v0.0.40

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

NPM

React-Awesome-Skeleton

基于React16+、适用于单页应用

Example

Demo Page

Install

NPM or YARN

npm install react-awesome-skeleton --save

or

yarn add  react-awesome-skeleton --save

Use in Compoent

import Skeleton from "react-awesome-skeleton"
## 引入样式
import "react-awesome-skeleton/lib/main.min.css"

### In component 
<Skeleton />

API

loading

loading: boolean 是否展示该组建 默认true

    <Skeleton loading={true} />

active

loading: boolean 是否展示动画 默认false

    <Skeleton active={true} />

paragraph

paragraph: SkeletonParagraphProps|boolean 线条配置 默认true

    <Skeleton paragraph={true}/>

SkeletonParagraphProps 参数

    rows?:number;  //行数 
    width?:number | string   //宽度
    style?:object   //对应样式

    <Skeleton paragraph={style:{height:'20px'},rows:5,width:'60px'}/>

title

title: SkeletonTitleProps|boolean 线条配置 默认true

    <Skeleton paragraph={true}/>

SkeletonTitleProps 参数

    width?:number | string  宽度
    style?:object  对应样式

    <Skeleton paragraph={style:{height:'20px'},rows:5,width:'60px'}/>

avatar

title: SkeletonAvatarProps|boolean 线条配置 默认true

    <Skeleton paragraph={true}/>

SkeletonAvatarProps 参数

    width:  宽度
    size?: 'large' | 'small' | 'default' | number;   //默认large
    shape?: 'circle' | 'square'; //默认circle
    order?: number   //排在左边或者右边 默认是0 左边

    <Skeleton paragraph={style:{height:'20px'},rows:5,width:'60px'}/>
0.0.40

4 years ago

0.0.39

4 years ago

0.0.38

5 years ago

0.0.37

5 years ago

0.0.36

5 years ago

0.0.35

5 years ago

0.0.33

5 years ago

0.0.32

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.19

5 years ago

0.0.17

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago