4.1.0 • Published 7 months ago

@zanichelli/delta_share v4.1.0

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
7 months ago

Delta Share License Activation

This repo contains react component <LicenseActivation /> used in myzanichelli dashboard

Install

yarn && yarn inst

Develop

This repo is based on web-components technology (StencilJS)

in components-library folder you can find source code.

Run yarn start or yarn build in that folder

Build.

yarn build

Release

yarn release


Usage

install the package from npm registry: npm install @zanichelli/delta_share or yarn add @zanichelli/delta_share

then you can use the component like this:

import { LicenseActivation } from '@zanichelli/delta_share'

[...]

<LicenseActivation
    componentid="license-activation-box"
    variant="box|modal"
    modalState="open|closed"
    inputLabel="my input label"
    buttonLabel="my button label"
    inputMessage="my message"
    inputPlaceholder="my placeholder"
    enableButton
    forceModal
    onLicenseModalState={(e: CustomEvent) => this.handleLicenseModalState(e)}
    onLicenseStatusChange={(e: CustomEvent) => this.handleLicenseStatusChange(e)}
    env={env}
/>

NB: env prop can be local, devmy, testmy, demomy or prod

Please refer to license-activation component readme for properties and events documentation

4.1.0

7 months ago

4.0.0

9 months ago

3.2.5-rc3

9 months ago

3.2.5-rc4

9 months ago

3.2.5-rc2

9 months ago

3.2.5-rc1

10 months ago

3.2.5

10 months ago

3.2.4

12 months ago

3.2.3

1 year ago

3.2.2

1 year ago

3.2.1

1 year ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

2.0.15

2 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.13

2 years ago

2.0.5

3 years ago

2.0.14

2 years ago

2.0.4

3 years ago

2.0.11

3 years ago

2.0.7

3 years ago

2.0.12

3 years ago

2.0.6

3 years ago

2.0.9

3 years ago

2.0.10

3 years ago

2.0.8

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.8

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.7-rc01

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.6-alpha

4 years ago

1.0.7-alpha

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago