The component set
So what is the component set exactly? This is the default set that Betty Blocks provides with all the components that are in the Page Builder by default. So, things such as columns, forms, input, and buttons can be found there. But with the code of the component set itself, you can modify these components, so they can do more than the standard components that Betty Blocks offers. The standard set is already pretty complete, but there might always be an edge case that you would like to make work. In most no-code platforms, you are limited by the standard set, but here, you have basically all the freedom that the web offers.
As mentioned in the introduction, the component set is built in React. This means you need to have a basic understanding of how React works. It uses React 16.8+ functional components, so having an understanding of React version 16.8+ is also recommended along with TypeScript.
You can find the component set on GitHub. Go to https://github.com...