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: 4 months ago
JSON representation
Display weird statements while your app loads :rocket:
- Host: GitHub
- URL: https://github.com/littledivy/react-loading-text
- Owner: littledivy
- Created: 2020-04-27T10:06:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T08:25:54.000Z (9 months ago)
- Last Synced: 2025-02-25T18:51:34.774Z (4 months ago)
- Topics: js, loading, react, reactjs, rollup, text-loading, ts, ts-node, typescript
- Language: TypeScript
- Homepage:
- Size: 386 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## react-loading-text

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

## 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
```