Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/littledivy/react-loading-text

Display weird statements while your app loads :rocket:
https://github.com/littledivy/react-loading-text

js loading react reactjs rollup text-loading ts ts-node typescript

Last synced: 2 months ago
JSON representation

Display weird statements while your app loads :rocket:

Awesome Lists containing this project

README

        

## react-loading-text

![](./assets/demo.gif)

A simple module to display all types of weird sentences while your application loads.

![React CI](https://github.com/divy-work/react-loading-text/workflows/React%20CI/badge.svg)

## Installation

```sh
$ npm i @divy-work/react-loading-text
```

## Usage

```js
import React from 'react';
import LoadingText from '@divy-work/react-loading-text';

class LoadingView extends React.Component {
render() {
return (

)
}
}
```

You can also specify additional statements and the interval time.

```js

```