1.3.3 • Published 4 years ago

leapa-form v1.3.3

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

Installation

From your project folder, install the component from npm

npm install leapa-form

Usage

  1. Import the component

    In a JavaScript module:

    import "leapa-form"

In an HTML page:

```

<script type="module">
	import '/node_modules/leapa-form/bundle/index.js';
</script>

```

  

Or:

  

```
<script type="module" src="/node_modules/leapa-form/bundle/index.js"></script>
```
  1. Add the component to your application or component:

    <app-card
    	buttonColor="#1b1b1b"
    	emailLabel="Email Address"
    	...
    >
    </app-card>

Configuration properties.

Plenty of configurable properties to tune the component.

NameDescriptionRequiredDefault value
buttonColorChanges the color of the buttonYesN/A
btnTextColorChanges the color of the button textNo"white"
labelColorChanges the color of the input labelsNo"lightgray"
emailLabelLabel for email input fieldNo"Email"
cardInfoLabelLabel for card information sectionNo"Card Information"
cardNameLabelLabel for card name input fieldNo"Name on card"
regionLabelLabel for region input fieldNo"Country or region"
1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.13

4 years ago

1.2.12

4 years ago

1.2.11

4 years ago

1.2.10

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.0

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago