@logo-software/card

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

Usage no npm install needed!

<script type="module">
  import logoSoftwareCard from 'https://cdn.skypack.dev/@logo-software/card';
</script>

README

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