-
Notifications
You must be signed in to change notification settings - Fork 16
Components:Home
Daniel Willemse edited this page Oct 11, 2021
·
3 revisions
This project is the first part of the Betty Blocks Component System available as open-source software. This package was initially used internally by Betty Blocks to build Components for the Page Builder.
This is the recommended order of reading up on Component System concepts:
- Get up and running with the Betty Blocks Component System CLI.
- Before building your own Component Set, familiarize yourself with the Core Concepts.
- Read how several concepts work together to form the Component System.
- Understand how Prefabs form the main building blocks of your Component Set.
- Learn how you can build the Components that make up the Prefabs.
- Allow the End User to customize your components with Component Options.
- Use the API's described in Component Helpers to add functionality to your Components.
- Add interactions to your Components.
- Use other Component Sets and share your own.
- For those familiar with TypeScript, read more about the types of the Component System.
- Read answers to Frequently Asked Questions.
- Learn how you can build an input Component.
- Getting started
- Page Builder Components
- Action Functions
- [deprecated] CustomFunctions