Setup Environment
Let's create a simple Brizy third-party widget that introduces two new widgets to Brizy. The first will be a basic Button widget, and the second will be a more complex widget with options contained within the toolbar.
Installation
You can install the library using npm. Open your terminal and run the following command:
npx @brizy/create-thirdparty
cd < my-app >
The previous command will generate the following folder structure:
Generated Files Structure
├── node_modules/
├── package.json
├── package-lock.json
├── prettier.config.js
├── tsconfig.json