1.0.36 • Published 4 years ago

porsche-widget v1.0.36

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Porche Widget

Install via npm:

npm install porsche_widget

You have to know the password for the package.

After install you have to add the index.js file from package/dist folder.

Init the plugin like that in javascript:

var porsche_widget = new PorscheWidget(button);
prosche_widget.init();

You can customize the button and modal with parameters in init method:

Parameters:

1. Text button:
    - You can add your own text inside the button.
    - example: porsche_widget.init('Button text');
2. Second parameter is for details about car if you have:
    - Should to send an object which can take next properties: price, cylindrical_capacity and car_name
    - example: porsche_widget.init(null, {
        'price' : 5000,
        'cylindrical_capacity' : 1900,
        'car_name' : 'Porche'
    })
3. The 3rd parameter is for styling modal if you want to change it a little bit:
    - Should to send an object which can take next properties:
        - background
        - top-text (for change the title and subtitle text from modal)
        - show-top-text (defaul: true, for display or not the top text from modal)
        - font-size-h1 (for change the font size for h1 inside the modal)
        - font-family-h1 (for change the family font for h1 inside the modal)
        - font-size-h3 (for change the font size for h3 inside the modal)
        - font-family-h3 (for change the family font for h3 inside the modal)
        - font-size-p (for change the font size for paragraph inside the modal)
        - font-family-p (for change the family font for paragraph inside the modal)
        - font-size-label (for change the font size for label inside the modal)
        - font-family-label (for change the font family for label inside the modal)
        - font-size-li (for change the font size for list item inside the modal)
        - font-family-li (for change the font family for list item inside the modal)
        - font-size-button (for change the font size for buttons inside the modal)
        - font-family-button (for change the font family for buttons inside the modal)

    - example: porsche_widget.init(null, {}, {
        'background': '#317CFE'
        'show-bottom-text' : false,
        'font-size-h1' : '24px'
        'font-family-h1' : 'Poppins-Bold, sans-serif'
    });
1.0.36

4 years ago

1.0.33

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.29

4 years ago

1.0.30

4 years ago

1.0.28

4 years ago

1.0.26

4 years ago

1.0.27

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years 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