mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 19:21:26 +00:00
Run npm run lint
This commit is contained in:
parent
b982387a8c
commit
2031cb7585
480 changed files with 8985 additions and 9048 deletions
|
@ -1,11 +1,11 @@
|
|||
<script lang="ts">
|
||||
import { Tabs, Tab, TabContent } from "carbon-components-svelte";
|
||||
import { Tabs, Tab, TabContent } from "carbon-components-svelte";
|
||||
|
||||
export let selected = 0;
|
||||
export let type: "default" | "container" = "default";
|
||||
export let autoWidth = false;
|
||||
export let iconDescription = "Show menu options";
|
||||
export let triggerHref = "#";
|
||||
export let selected = 0;
|
||||
export let type: "default" | "container" = "default";
|
||||
export let autoWidth = false;
|
||||
export let iconDescription = "Show menu options";
|
||||
export let triggerHref = "#";
|
||||
</script>
|
||||
|
||||
<Tabs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue