Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@logo-software/information-tip

Package Overview
Dependencies
Maintainers
8
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logo-software/information-tip

Information Tip module displays a message which appears when a cursor is positioned over an icon.

  • 11.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
8
Weekly downloads
 
Created
Source

Information Tip Module

Information tips are components that display information in a small card which appears when a cursor is positioned over an icon. It comes with a feature

  • tipPosition

Click here for demo

Installation

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

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

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

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

Information Tip Component

Information tips are components that display information in a small card which appears when a cursor is positioned over an icon. Add the below code to your code stack and give initializer parameters.

app.component.html

<logo-information-tip [tipPosition]="tipPosition.RIGHT">
    <!-- Your content goes here.Below code is a sample of usage. -->
    This is the information text.
</logo-information-tip>
* ```
*/

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

Keywords

FAQs

Package last updated on 11 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