# Tabs >> Examples ||30 ```js script import { LitElement, html } from '@mdjs/mdjs-preview'; import './src/lea-tabs.js'; import './src/lea-tab.js'; import './src/lea-tab-panel.js'; ``` ## Lea Tabs Learn how to create the `lea tabs` in our ["introducing lion" blogpost](../../blog/ing-open-sources-lion.md). ```js preview-story export const main = () => html` Info Info page with lots of information about us. Work Work page that showcases our work. `; ```