@buzuosheng/loading

2.17.0 • Public • Published

@buzuosheng/loading

React loading style Component.

Demo

https://app-demo-buzuosheng.vercel.app/loading

Installation

npm i @buzuosheng/loading

Usage

import { Loading } from "@buzuosheng/loading"

const Loading = () => {
  return(
    <Loading type="Oval" color="#1890ff" hegiht={40} width={40} />
  );
};

All properties are optional, default:

<Loading type="Oval" color="#1890ff" height={40} width={40} />

type is one of these values:

type svg
Oval
LittleCircle
HalfCircle
Audio
Rain
Stretch
Flicker
StretchFlicker

Package Sidebar

Install

npm i @buzuosheng/loading

Weekly Downloads

0

Version

2.17.0

License

MIT

Unpacked Size

45.6 kB

Total Files

16

Last publish

Collaborators

  • buzuosheng