11.0.0 • Published 4 months ago

@logo-software/card v11.0.0

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
4 months ago

Card

Card is a content container for text, photos, and actions in the context of a single subject.

Click here for demo

Installation

All public NPM packages of Logo Software is at https://www.npmjs.com/~logofe. To install Card Module:

$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/card -s

Just import it to your project of @NgModule import section.

@NgModule({
  imports: [CommonModule, CardModule]
})
export class AppModule {
}

Card Component

Cards contain content and actions about a single subject. Add the below code to your code stack and give initializer parameters.

app.component.ts

<logo-card [cardImage]="imagePath" [cssClasses]="css-class-names"></logo-card>

For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview

11.0.0

4 months ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago