2.3.0 • Published 6 years ago

halogenium v2.3.0

Weekly downloads
5,837
License
MIT
Repository
github
Last release
6 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

6 years ago

2.2.4-rc26

6 years ago

2.2.4-rc25

6 years ago

2.2.4-rc24

6 years ago

2.2.4-rc23

6 years ago

2.2.4-rc22

6 years ago

2.2.4-rc21

6 years ago

2.2.4-rc20

6 years ago

2.2.4-rc19

6 years ago

2.2.4-rc18

6 years ago

2.2.4-rc17

6 years ago

2.2.4-rc16

6 years ago

2.2.4-rc15

6 years ago

2.2.4-rc14

6 years ago

2.2.4-rc13

6 years ago

2.2.4-rc12

6 years ago

2.2.4-rc11

6 years ago

2.2.4-rc10

6 years ago

2.2.4-rc9

6 years ago

2.2.4-rc8

6 years ago

2.2.4-rc7

6 years ago

2.2.4-rc6

6 years ago

2.2.4-rc5

6 years ago

2.2.4-rc4

6 years ago

2.2.4-rc3

6 years ago

2.2.4-rc2

6 years ago

2.2.4-rc1

6 years ago

2.2.4

6 years ago

2.2.3

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

2.0.0-rc2

8 years ago

2.0.0-rc1

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago