1.3.1 • Published 5 years ago

@dutchie/zah v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

zahbah

Zah

The ZahBah Monster's Utility-Belt

Installation

npm install --save dutchie/zah

Usage

You can either use CJS or ES6 Modules with this package.

For example - if you would just like to use the UI components:

import {UI as ZahUI} from 'zah';

UI

Zah provides a handful of helpful React components.

<ZahUI.Imgix />

A wrapper around the Imgix React component.

Scrubs Dutchie URL's for S3 URL's and replaces them with imgix URL. All other properties are passthroughs.

Utils

Zah.call()

Provides a promise-ified version of Meteor.call. You can pass all the normal arguments, but instead of having to pass a callback, you can simply use .then() or go for the 🇼 and use let response = await Zah.call().

1.3.1

5 years ago

1.3.0

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago