JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q56839F
  • License mit

AngularJS Swiper Carousel component to be used as an add on to StratusJS

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@stratusjs/swiper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @stratusjs/swiper

    npm version

    AngularJS Swiper Carousel component to be used as an add on to StratusJS

    Usage

    Stratus HTML Components enabled

    • <stratus-swiper-carousel></stratus-swiper-carousel>

    See the wiki for further instructions


    Frameworks & Libraries

    Installation

    Within the project directory of Stratus

    Either Yarn install

    • yarn add @stratusjs/swiper

    Or NPM install

    • npm install @stratusjs/swiper

    And include the the library paths into your stratus config.js such as

    boot.configuration.paths = {
      // Swiper Package
      'swiper': boot.deployment + 'swiper/js/swiper.esm.browser.bundle',
    
      // STRATUS SRC: Swiper
      '@stratusjs/swiper/*': boot.deployment + '@stratusjs/swiper/src/*' + boot.suffix,
    
      // Components (Until Converted to Angular 8+)
      'stratus.components.swiperCarousel': boot.deployment + '@stratusjs/swiper/src/carousel.component' + boot.suffix
    }

    Dependencies

    All dependencies need to be installed within the same project along with your config paths define. (manually installed for the time being)


    License

    All information contained herein is, and remains the property of Sitetheory and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to Sitetheory and its suppliers and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Sitetheory.