@sineverba/loading
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Loading

CI / CD Status
NPM npm version
Semaphore CI Build Status
Circle CI CircleCI
Coverall Coverage Status
SonarCloud Quality Gate Status

loading generates a simple loader to use in React projects.

Installation

npm install @sineverba/loading@0.2.0 to install generic React version npm install @sineverba/loading@1.0.0 to install Next.js version

Usage

import {Loading} from "@sineverba/loading";

const Example = () => <Loading />:

export default Example;

Props

Name Type Default value
Size Size Props (string) 2xl

Tests

npm run test for simple test

npm run cover for coverage

Readme

Keywords

Package Sidebar

Install

npm i @sineverba/loading

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

5.48 kB

Total Files

5

Last publish

Collaborators

  • sineverba