tripetto-block-rating v1.0.2-0
Tripetto is a full-fledged form kit. Rapidly create and deploy smart flowing forms and surveys. Drop the kit in your codebase and use all of it, or just the parts you need. The visual editor is for form creation, the collector for response collection and the SDK for developing more form building blocks.
Rating block
Rating block for the Tripetto editor.
Get started
You need to install or import this block to use it in Tripetto. If you are using the CLI version of the editor, you can find instructions here. If you are embedding the editor 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-rating"></script>to your HTML); - In the CLI editor (install the block using
npm i tripetto-block-rating -gand update your Tripetto config); - In your editor implementation (just add
import "tripetto-block-rating";to your code); - In your collector implementation (simply add
import { Rating } from "tripetto-block-rating/collector";to your code to import the base class with the validation/condition logic of this block for use in the collector). By default theES5version is used. Append/es5or/es6to your import to request a specific version (for exampleimport { Rating } from "tripetto-block-rating/collector/es6";for theES6version).
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.
About us
If you want to learn more about Tripetto or contribute in any way, visit us at Tripetto.com.
3 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago