Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raisely/component-templates
- Owner: raisely
- Created: 2019-02-20T04:43:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T08:41:15.000Z (22 days ago)
- Last Synced: 2024-10-25T05:17:57.473Z (21 days ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 9
- Watchers: 6
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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