0.0.18 • Published 10 months ago

@eloquentops/retool-plugin-presenta-lib v0.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Presenta Lib for Retool

A Custom Component for Retool that adds the PRESENTA engine.

npm version

Installation

Drag a Custom Component into your canvas in a Retool app.

Put this code into the IFrame Code area of the Custom Component:

<script src="https://unpkg.com/@eloquentops/retool-plugin-presenta-lib"></script>

Configuration

You can add options in the Model following this structure:

{
    templateId: '<A-VALID-PRESENTA-TEMPLATE-ID>', // required

    ... // any custom property the template supports

    // optional
    presenta:{
      ... any presenta-lib property for advanced engine customization
    }
}

An example of a working templateId: HKlJvcRYupdJo25Vcff3ucXOTaDNtGw8. Further templates can be created with PRESENTA Platform.

Please refer to the PRESENTA Lib official documentation about the presenta options.

Licence

This plugin is released under the 3-Clause BSD license.

Copyright © 2024 EloquentOps, https://eloquentops.com

0.0.18

10 months ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.1

1 year ago