Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/littledivy/react-loading-text
- Owner: littledivy
- Created: 2020-04-27T10:06:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T08:25:54.000Z (3 months ago)
- Last Synced: 2024-10-12T07:34:54.143Z (2 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
![](./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
```