This package has been deprecated

Author message:

We moved all Tripetto packages to the '@tripetto' organization. Please use 'npm i @tripetto/block-variable' instead. Full documentation available at: https://tripetto.com/sdk/docs/

tripetto-block-variable
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

Tripetto

Tripetto is a full-fledged form kit. Rapidly build and run smart flowing forms and surveys. Drop the kit in your codebase and use all of it or just the parts you need. The visual builder is for form building, and the runners are for running those forms in different UI variants. It is entirely extendible and customizable. Anyone can build their own building blocks (e.g., question types) or runner UI's.

Variable block

Status Version License Downloads Follow us on Twitter

Use this block to store custom variables inside Tripetto forms. It is a headless block, so it doesn't require a UI implementation for the runner.

Get started

You need to install or import this block to use it in Tripetto. If you are using the CLI version of the builder, you can find instructions here. If you are embedding the builder into your own project using the library, take a look here.

Use cases

  • Directly in your browser (add <script src="https://unpkg.com/tripetto-block-variable"></script> to your HTML);
  • In the CLI builder (install the block using npm i tripetto-block-variable -g and update your Tripetto config);
  • In your builder implementation (just add import "tripetto-block-variable"; to your code);
  • In your runner implementation (simply add import "tripetto-block-variable/runner"; to your code.

Support

Run into issues or bugs? Report them here and we'll look into them.

For general support contact us at support@tripetto.com. We're more than happy to assist you.

License

Have a blast. MIT.

Contributors

About us

If you want to learn more about Tripetto or contribute in any way, visit us at Tripetto.com.

Package Sidebar

Install

npm i tripetto-block-variable

Weekly Downloads

0

Version

2.1.1

License

MIT

Unpacked Size

370 kB

Total Files

31

Last publish

Collaborators

  • markvandenbrink