@logo-software/information-tip
TypeScript icon, indicating that this package has built-in type declarations

11.0.0 • Public • Published

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

/@logo-software/information-tip/

    Package Sidebar

    Install

    npm i @logo-software/information-tip

    Weekly Downloads

    1

    Version

    11.0.0

    License

    See license in LICENSE file

    Unpacked Size

    118 kB

    Total Files

    18

    Last publish

    Collaborators

    • furkan.cetin
    • yusufyilmaz
    • serdarates
    • gamzeyapici
    • srknc
    • dotnet-ankara
    • murat.logo
    • serhan.gurbuz
    • gulnihaleksi