mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
9 lines
269 B
Svelte
9 lines
269 B
Svelte
<script lang="ts">
|
|
import { Link, OutboundLink } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<Link size="sm" inline disabled download visited href="/" target="_blank">
|
|
Carbon Design System
|
|
</Link>
|
|
|
|
<OutboundLink inline href="https://www.carbondesignsystem.com/" />
|