Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raisely/component-templates

Templates for custom Raisely components
https://github.com/raisely/component-templates

Last synced: 1 day ago
JSON representation

Templates for custom Raisely components

Awesome Lists containing this project

README

        

# 💜 Raisely Custom Component Templates
Templates for Raisely's Custom Component structure

## 🔮 Templates

- [Basic Component](basic-component)
- [Basic Stateful Component](basic-stateful-component)
- [Component with Raisely Api](component-with-api)
- [Signup Form (v1)](signup-form) - a complete example of a full fundraising profile sign up form
with registration and team joining.

## 🦄 Featured examples

- [Call to Action and Button](call-to-action-and-button) - A simple block containing a header, call to action text and a button
all of which can be set by properties.
- [Custom Progress Bar](custom-progress-bar) - A progress bar for things other than donations.
- [Custom Profile Edit Form](custom-profile-edit) - Create a custom profile editing form if you want to display only a
subset of fields or redirect to another page on success.
- [DonationForm](donation-form-examples/donation-form-default.js) - A simple donation form that supports express payments
- [DonationForm Express](donation-form-examples/donation-form-express-only.js) - A simple donation form that only accepts express payments
- [DonationForm Checkout](donation-form-examples/donation-form-checkoout-form.js) - A simple checkout component for integration into a custom signup form