Components:Home - bettyblocks/cli GitHub Wiki
Introduction
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.
Contents
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.