0.3.2 • Published 3 months ago

layerpro v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

I am LayerPro

LayerPro by Dario Passariello

TypeScript React-js dpHelper

About

LayerPro give you a complete new way to customize web popups on your application. LP permit you also to have custom alert, promps, confirm and message and override the ugly browser popup.

Please, read the LICENSE agreement before to implementing in your application.

Live demo

https://a51.dev/tests/

You can see an HTML version where dpHelper and LayerPro works. You can use with html, react, vue or any other frontend / library.


Install for react + webpack projects

npm i layerpro --save-dev

or update:

npm i layerpro@latest --save-dev

in the index (and only there):

import "layerpro";

or

require("layerpro");

Install for ejs or other type of projects (like html)

note: you don't need to use npm install in this case or you get an error

<script src="https://unpkg.com/layerpro@latest/index.js"></script>

How to use it

type 'layerpro' in your console to have a look about all available tools that you can use globaly! You can call these from everywhere without import (just one at index). If you type alert("hello, world!") you can see the result.

Another use:

layerpro.popup.open({
  id: "test",
  name: "Say hello dear!",
  body: "Hello, World!",
  icon: "&#9998;",
  width: 350,
  height: 200,
  maximize: false,
  close: true,
  top: "50%",
  left: "50%",
  raised: false,
  movable: true,
  resizable: false,
});

copyright (c) 2019 - 2023 by Dario Passariello

0.3.2

3 months ago

0.3.0

3 months ago

0.3.1

3 months ago

0.2.9

3 months ago

0.2.7

3 months ago

0.2.6

3 months ago

0.2.8

3 months ago

0.2.3

3 months ago

0.2.2

3 months ago

0.2.5

3 months ago

0.2.4

3 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.1.9

4 months ago

0.1.8

6 months ago

0.1.7

7 months ago

0.1.4

8 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.0

12 months ago

0.1.2

11 months ago

0.1.1

12 months ago

0.0.90

1 year ago

0.0.91

1 year ago

0.0.92

1 year ago

0.0.93

1 year ago

0.0.89

1 year ago

0.0.80

1 year ago

0.0.79

1 year ago

0.0.73

2 years ago

0.0.74

2 years ago

0.0.75

2 years ago

0.0.76

1 year ago

0.0.71

2 years ago

0.0.72

2 years ago

0.0.70

2 years ago

0.0.62

2 years ago

0.0.63

2 years ago

0.0.64

2 years ago

0.0.65

2 years ago

0.0.66

2 years ago

0.0.68

2 years ago

0.0.69

2 years ago

0.0.60

2 years ago

0.0.61

2 years ago

0.0.56

2 years ago

0.0.52

2 years ago

0.0.53

2 years ago

0.0.54

2 years ago

0.0.55

2 years ago

0.0.46

2 years ago

0.0.47

2 years ago

0.0.51

2 years ago

0.0.50

2 years ago

0.0.48

2 years ago

0.0.45

2 years ago

0.0.44

2 years ago

0.0.43

2 years ago

0.0.42

2 years ago

0.0.41

2 years ago

0.0.40

2 years ago

0.0.39

2 years ago

0.0.38

2 years ago

0.0.36

2 years ago

0.0.30

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago