@fluid-topics/ftds-tabs
v2.2.16
Published
The design system tabs component
Readme
The design system tabs component
Install
npm install @fluid-topics/ftds-tabs
yarn add @fluid-topics/ftds-tabsUsage
import { html } from "lit"
import "@fluid-topics/ftds-tabs"
function render() {
return html` <ftds-tabs foo="bar"></ftds-tabs> `
}