pm-sticky-notes

Sticky Notes

Usage no npm install needed!

<script type="module">
  import pmStickyNotes from 'https://cdn.skypack.dev/pm-sticky-notes';
</script>

README

StickyNotes

This library was generated with Angular CLI version 10.2.4.

Online Demo(stackblitz)

Getting Started

Install the package :

npm i pm-sticky-notes

Import the module : import { StickyNotesModule } from 'pm-sticky-notes';

Add StickyNotesModule to your root module Imports.

imports: [ BrowserModule, FormsModule,StickyNotesModule ]

Usage

In Your Component add the selector

<sticky-notes (onblur)="YourFunctionHere($event)" [data]="yourData"></sticky-notes>

Note: yourData should be in Array and yourData holds two parameter which is title and descrption.

Further help

You can drop a mail at mishrapavan58@gmail.com.

Buy Me A Coffee