3.0.4 • Published 6 years ago

@lmeikle/simple-loading-spinner v3.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

simple-loading-spinner

Renders a simple react loading spinner using Webpack 4. Based on: https://www.npmjs.com/package/react-webpack-component

Example:

import React, { Component } from 'react';
import { LoadingComponent } from '@lmeikle/simple-loading-component';

class HelloWorld extends Component {
  render() {
    return <LoadingComponent />;
  }
}
export default HelloWorld;

Commands

Building

Compile in mode production:

1. npm run build

To publish:

1. npm run prepublish
2. npm publish --access public

Running Locally (Watch changes in mode development)

1. npm run start

Testing (using Jest with Enyzme)

  1. npm run test

Structure

<pre>
|-- dist (Compiled)
|   `-- index.js
|-- src
|   |-- loading
|   `-- index.js
`-- webpack.config.js
</pre>
3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago