1.0.0 • Published 5 months ago

@sineverba/loading v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Loading

CI / CDStatus
NPMnpm version
Semaphore CIBuild Status
Circle CICircleCI
CoverallCoverage Status
SonarCloudQuality 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

NameTypeDefault value
SizeSize Props (string)2xl

Tests

npm run test for simple test

npm run cover for coverage

1.0.0

5 months ago

0.2.0

5 months ago

0.1.0

10 months ago