<script defer>
import { Tab } from 'gadjet/dist/module/gadjet.bundle.js';
Tab.define('el-tab');
Tab.tagStyle({
tabColor: '#ccc',
hoverColor: '#ddd',
activeColor: 'blue',
separatorLineColor: 'black',
separatorLineWidth: '1px',
})
<el-tab>
<div>Personal Info</div>
<div>Security</div>
<div>Payment</div>
</el-tab>
setupTab(): void