0.1.0 • Published 2 years ago

ngx-stereo-card v0.1.0

Weekly downloads
-
License
-
Repository
github
Last release
2 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

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago