2.3.0 • Published 5 years ago

halogenium v2.3.0

Weekly downloads
5,837
License
MIT
Repository
github
Last release
5 years ago

Halogenium npm version

A collection of loading spinners with React.js based on halogen. Now supports React.js 15.0+ (16.0+ too!) and Safari.

NPM

Browser Support

IEChromeFirefoxOperaSafariEdge
IE 10+ ✔Chrome 4.0+ ✔Firefox 16.0+ ✔Opera 15.0+ ✔Safari 4.0+ ✔Edge 12+

Demo & Examples

Live demo: kirilldanshin.github.io/halogenium

To build the examples locally, run:

npm install
gulp dev

Then open localhost:9999 in a browser.

Installation

The easiest way to use halogenium is to install it from NPM and import it.

You can also use the standalone build by including dist/halogenium.js in your page. If you use this, make sure you have already included React, and it is available as a global variable.

npm install styled-components halogenium --save

Usage

import React, { Component } from 'react';
import { PulseLoader } from 'halogenium';

export default class Example extends Component {
  render() {
    return (
      <PulseLoader color="#26A65B" size="16px" margin="4px"/>
    );
  }
}

Loaders

  • PulseLoader
  • RotateLoader
  • BeatLoader
  • RiseLoader
  • SyncLoader
  • GridLoader
  • ClipLoader
  • FadeLoader
  • ScaleLoader
  • SquareLoader
  • PacmanLoader
  • SkewLoader
  • RingLoader
  • MoonLoader
  • DotLoader
  • BounceLoader
2.3.0

5 years ago

2.2.4-rc26

5 years ago

2.2.4-rc25

5 years ago

2.2.4-rc24

5 years ago

2.2.4-rc23

5 years ago

2.2.4-rc22

5 years ago

2.2.4-rc21

5 years ago

2.2.4-rc20

5 years ago

2.2.4-rc19

5 years ago

2.2.4-rc18

5 years ago

2.2.4-rc17

5 years ago

2.2.4-rc16

5 years ago

2.2.4-rc15

5 years ago

2.2.4-rc14

5 years ago

2.2.4-rc13

5 years ago

2.2.4-rc12

5 years ago

2.2.4-rc11

5 years ago

2.2.4-rc10

5 years ago

2.2.4-rc9

5 years ago

2.2.4-rc8

5 years ago

2.2.4-rc7

5 years ago

2.2.4-rc6

5 years ago

2.2.4-rc5

5 years ago

2.2.4-rc4

5 years ago

2.2.4-rc3

5 years ago

2.2.4-rc2

5 years ago

2.2.4-rc1

5 years ago

2.2.4

5 years ago

2.2.3

6 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

2.0.0-rc2

7 years ago

2.0.0-rc1

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago