parent
ed1cbb97a2
commit
b17c494e27
2 changed files with 6 additions and 2 deletions
|
@ -17,7 +17,11 @@
|
|||
//const TabGroup = require('electron-tabs') normally but for demo :
|
||||
const TabGroup = require("../index");
|
||||
|
||||
let tabGroup = new TabGroup();
|
||||
let tabGroup = new TabGroup({
|
||||
newTab: {
|
||||
title: 'New Tab'
|
||||
}
|
||||
});
|
||||
|
||||
tabGroup.addTab({
|
||||
title: 'Google',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue