zah
v1.0.0
Published
The ZahBah Monster's Utility-Belt
Downloads
9
Readme
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.