3.0.2 • Published 7 months ago

igniteui-trial-watermark v3.0.2

Weekly downloads
2,173
License
Apache-2.0
Repository
github
Last release
7 months ago

Ignite UI Trial Watermark Webcomponent

Description

This package includes trial watermark webcomponent, that is used by all Ignite UI Web Frameworks.

Development

First Steps

Install

In the root folder of the project install the node_modules:

npm install
Build

In the root folder of the project run:

npm run build
  • After the build the completed watermark webcomponent will be in index.js file in the dist folder. The build is necessary for the styles to be applied to the webcomponent

Adding Trial Watermark Webcomponent to Existing Project

Include the igniteui-trial-watermark packages to your project:

npm install igniteui-trial-watermark
Adding Trial Watermark Webcomponent to a template:

First we need to import the igniteui-trial-watermark to our component and register it:

import { IgcTrialWatermark } from 'igniteui-trial-watermark';
IgcTrialWatermark.register();

Then simply use it by it's tag:

<div> 
  ...
    <igc-trial-watermark></igc-trial-watermark>
  ...
</div>

License

This project is released under the Apache License, version 2.0. This is a commercial product, requiring a valid paid-for license for commercial use. This product is free to use for non-commercial applications, like non-profits and educational usage.

3.0.2

7 months ago

3.0.1

7 months ago

3.0.2-beta.1

7 months ago

3.0.0

8 months ago

2.0.0-beta.1

11 months ago

2.0.0

11 months ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago