New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@logo-software/card-button-group

Package Overview
Dependencies
Maintainers
8
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logo-software/card-button-group

Buttond Card Group library is a part of Logo Elements Design System which allows developers to group their buttons for charts and graphs.

  • 11.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

Card Button Group

Card Button Group is a button container for single or multiple buttons that includes image/icon, title and subtitle. It allows you to group your buttons and make a highlight animation for selected card.

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-button-group -s

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

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

Card Button Group Component

Card Button Group contains button and click animation for following card as higlight. Add the below code to your code stack and give initializer parameters.

app.component.ts

<logo-card-button-group [buttons]="data" ></logo-card-button-group>

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

Keywords

FAQs

Package last updated on 10 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc