@divy-work/react-loading-text
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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 '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} />

/@divy-work/react-loading-text/

    Package Sidebar

    Install

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

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    36.4 kB

    Total Files

    9

    Last publish

    Collaborators

    • divy-work