Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@borngroup/born-carousel

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@borngroup/born-carousel

Enhances Slick Carousel and enables carousel/slider functionality for BORN projects.

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

This Carousel is utilizes Slick carousel and adds custom functionality.

Setup

npm login
npm install @borngroup/born-carousel

You will need to get the npm acount info from the account owner.

Usage

@import Carousel from '@borngroup/born-carousel';
let carousel = new Carousel([options]);

Settings

@import Carousel from '@borngroup/born-carousel';
let carousel = new Carousel;

HTML

<div class="carousel" data-slick='{"autoplay": true}'>
    <div class="carousel__item">
        <div class="carousel__bg" style="background-image:url('https://placeimg.com/1440/530/people/grayscale?3')"></div>

        <div class="carousel__details row">
            <div class="col-xs-12 col-md-5 col-lg-4">
                <div class="carousel__details__copy">

                    <h3 class="heading heading--small carousel__eyebrow sans txt--normal">
                        The Cover Shoot
                    </h3>

                    <h2 class="heading heading--main serif carousel__heading">
                        <a class="link--opaque" href="#" title="Evening Luxe" tabindex="-1">
                            Evening Luxe
                        </a>
                    </h2>

                    <p class="carousel__description p3 serif">
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias tenetur ea laudantium explicabo odit ratione omnis?
                    </p>

                    <a class="cta icon--angle-right icon--outside" href="#" title="Shop Now" tabindex="-1">
                        Shop Now
                    </a>
                </div>
            </div>
        </div>
    </div>                
</div>

Keywords

FAQs

Package last updated on 28 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc