To create a new Widget Package, open the Developer (SHIFT+U). The project you are currently in will be the Project Package. All local code in a project will be in the Project Package folder.
Account, Team and Workspace Packages
You can share your Widget Package with your Account, Team or target Workspace. Learn more about making your components available to others by sharing your package.
The basic information about your Widget Package are configured inside the package.json file. Read about configuring your package here.
Once you've set up your Widget Package, you can right click in the file tree to create
- Widgets
- Sections
- Combi (Can be added as a Widget and as a Section)
- Add-On's (Wrap your Widgets and Sections in Add-On's to extend functionality)
To learn how to build Widgets check out this guide on creating a Widget or learn about building Add-On's
You can also add folders and custom scripts, Read more about your Widget Package's File Structure