@tlimpanont/angular2-callout-icon
TypeScript icon, indicating that this package has built-in type declarations

2.0.6 • Public • Published

callout-icon

<callout-icon class="glyphicon glyphicon-info-sign text-success">
    <callout-content>
        <!-- some angular2 component -->
    </callout-content>
</callout-icon>

<!-- OR -->

<HTMLTag data-callout-icon>
    <callout-content>
        <!-- some angular2 component -->
    </callout-content>
</HTMLTag>

Styling

add a class to the callout-icon component tag like the example above.

Accessibility

  • As callout-icon is added to an existing button or a tag, it enjoys all the accessibility natively built into these elements.

API Summary

Properties:

Name Type Description
title string The title of the callout
direction `"left" "right"

Readme

Keywords

none

Package Sidebar

Install

npm i @tlimpanont/angular2-callout-icon

Weekly Downloads

8

Version

2.0.6

License

ISC

Last publish

Collaborators

  • tlimpanont