Basic Usage
Tab Configuration
Each tab requires anid
, title
, and type
, along with a render function:
render
function receives a DOM element where you should insert your tab’s content.
Interactive Elements
You can add interactive elements like buttons:Using React Components
You can mount React components in bottom panel tabs:Standalone Registration
You can also register tabs outside ofregisterExtension
: