1.5.6 • Published 3 years ago

gh-card-component v1.5.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

what is this?

Pure javascript web component to be used along-side the gh-carousel-component (https://github.com/dannylockhart91/gh-carousel-component). Card consists of input slots for title and description.

Installation

npm i gh-card-component --save

Then...

<gh-carousel-component>
    ///....
    <gh-card-component slot="gh-card">
        <h1 slot="card-title">
            This is the card title
        <h1>
        <p slot="card-description">
            This is the Card description
        </p>
    </gh-card-component>
    ///....
<gh-carousel-component>
1.5.6

3 years ago

1.5.5

3 years ago

2.0.0

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.5

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago