1.4.4 • Published 9 years ago

koco-toastr v1.4.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

koco-toastr

Toastr wrapper for use in a KOCO project. It includes styles to match the bootstrap aesthetic.

Installation

bower install koco-toastr

Usage with KOCO

This is a shared module that is used in many other modules. It includes the toastr library as a bower dependency. The convention is to configure an alias in the require.configs.js with the name bootstrap-toastr like so:

paths: {
  ...
  'bootstrap-toastr': 'bower_components/koco-toastr/src/koco-toastr-ui',
  'toastr': 'bower_components/toastr/toastr',
  ...
}

You will also need to import the styles into less/styles.less:

// Components
@import "../bower_components/koco-toastr/src/koco-toastr.less";
@import "../bower_components/toastr/toastr.less";
...
1.4.4

9 years ago

1.4.3

10 years ago

1.4.2

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago