0.1.7 • Published 1 year ago

@traent/ngx-tooltip v0.1.7

Weekly downloads
-
License
Apache License 2....
Repository
-
Last release
1 year ago

@traent/ngx-tooltip is an Angular library that provides a tooltip component for showing a tooltip with custom styles.

Notice: This library is currently under development and might be subjected to breaking changes. We also plan to move it inside @traent/ngx-components.

Compatibility with Angular Versions

@traent/ngx-tooltipAngular
0.0.x14

Installation

You can install it through NPM:

npm install @traent/ngx-tooltip

When you install using npm, you will also need to import NgxT3ToastModule in your app.module:

import { NgxT3TooltipModule } from '@traent/ngx-tooltip';

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

API & Examples

Coming Soon.

Building & Publishing

The building and publishing of this library to NPM is performed through an internal Organization flow that uses the standard Angular approach.

In the future, we will improve the tooling to allow everyone to build this library easily.

License

@traent/ngx-tooltip is available under the Apache-2 license. See the LICENSE file for more info.

Contributors

We are open to any contributions and feedbacks.

0.1.2

1 year ago

0.1.7

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago