Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 570 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 570 Bytes

OBB lodash mixins

Collection of general-purpose in-house lodash mixins for OpenBizBox apps.

The modules use ES6 and must be required with webpack. Components are included with a glob pattern by using require.context that is available in webpack only.

Usage

To include all mixins use:

require('lodash-obb');

Style guides

TODO