0.1.0 • Published 3 years ago

ngx-stereo-card v0.1.0

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

ngx-stereo-card CI Publish

ngx-stereo-card

npm i -s ngx-stereo-card

How to use it

import

Import NgxStereoCardModule in app.module.ts / your module

import { NgxStereoCardModule } from 'ngx-stereo-card'

@NgModule({
  ...,
  imports: [NgxStereoCardModule],
  ...

include

Use the component ngx-stereo-card in your template

<ngx-stereo-card
  (cardClicked)="cardClicked($event)"
  [clickable]="true"
  [expand]="true"
  [towardsMouse]="false"
  [perspective]="500"
  [width]="300"
  [height]="200"
  [intensity]="0.1"
  [customStyle]="{
    backgroundColor: 'red',
    borderRadius: '10px'
  }"
>
  <div stereo-card-header>...</div>
  <div stereo-card-content>...</div>
  <div stereo-card-footer>...</div>
</ngx-stereo-card>
0.1.0

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago