Skip to content

littledivy/react-loading-text

Repository files navigation

react-loading-text

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

React CI

Installation

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

Usage

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

class LoadingView extends React.Component {
	render() {
		return (
			<LoadingText />
		)
	}
}

You can also specify additional statements and the interval time.

<LoadingText extras={["Another Loading Text", "One more!"]} interval={4000} />

Releases

No releases published

Sponsor this project

 

Packages

No packages published