1.0.4 • Published 4 years ago

@phoenixreisen/loader v1.0.4

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

Phoenix Loader

Ladeanzeige(n) für API-Abfragen oder ähnliches.

Die Komponente ist Teil des Phoenix Reisen Design-Systems.

Installation

Mithril wird benötigt.

npm install --save @phoenixreisen/loader

Anwendung

// entweder CommonJS
const Loader = require('@phoenixreisen/loader');

// oder ES6+
import Loader from '@phoenixreisen/loader';

Aufruf

// Hyperscript
m(Loader);
m(Loader, { type: 'overlay', text: 'Daten werden geladen...' });

// JSX
<Loader />
<Loader type="overlay" text="Daten werden geladen..." />

Test

npm install
npm test

Deployment

npm version [major|minor|patch]     # increase version x.x.x => major.minor.patch
npm publish                         # upload to npm
git push
1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago